Update app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ def create_info():
|
|
| 187 |
)
|
| 188 |
with col2:
|
| 189 |
current_dir = os.path.dirname(__file__)
|
| 190 |
-
lottie_path = os.path.join(current_dir, "res\lottie\Piping.json")
|
| 191 |
lottie2 = load_lottiefile(lottie_path)
|
| 192 |
st_lottie(lottie2,key='place',height=300,width=300)
|
| 193 |
st.divider()
|
|
|
|
| 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(lottie_path)
|
| 192 |
st_lottie(lottie2,key='place',height=300,width=300)
|
| 193 |
st.divider()
|