Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1261,7 +1261,7 @@ if st.session_state.page == "Home":
|
|
1261 |
if st.session_state.show_desc:
|
1262 |
# components.html(html_string) # JavaScript works
|
1263 |
# st.markdown(html_string, unsafe_allow_html=True)
|
1264 |
-
image_path = "
|
1265 |
|
1266 |
st.container()
|
1267 |
st.markdown(
|
|
|
1261 |
if st.session_state.show_desc:
|
1262 |
# components.html(html_string) # JavaScript works
|
1263 |
# st.markdown(html_string, unsafe_allow_html=True)
|
1264 |
+
image_path = "giff.gif"
|
1265 |
|
1266 |
st.container()
|
1267 |
st.markdown(
|