Update app.py
Browse files
app.py
CHANGED
|
@@ -186,9 +186,9 @@ def create_info():
|
|
| 186 |
"""
|
| 187 |
)
|
| 188 |
with col2:
|
| 189 |
-
current_dir = os.path.dirname(__file__)
|
| 190 |
-
lottie_path = os.path.join(current_dir, r"res
|
| 191 |
-
lottie2 = load_lottiefile(
|
| 192 |
st_lottie(lottie2,key='place',height=300,width=300)
|
| 193 |
st.divider()
|
| 194 |
|
|
|
|
| 186 |
"""
|
| 187 |
)
|
| 188 |
with col2:
|
| 189 |
+
#current_dir = os.path.dirname(__file__)
|
| 190 |
+
#lottie_path = os.path.join(current_dir, r"res/lottie/Piping.json")
|
| 191 |
+
lottie2 = load_lottiefile(r"/home/user/app/res/lottie/Piping.json")
|
| 192 |
st_lottie(lottie2,key='place',height=300,width=300)
|
| 193 |
st.divider()
|
| 194 |
|