Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1359,7 +1359,7 @@ if st.session_state.page == "Home":
|
|
1359 |
placeholder.empty()
|
1360 |
st.markdown(content, unsafe_allow_html=True)
|
1361 |
else:
|
1362 |
-
default_image_path = "
|
1363 |
with open(image_path, "rb") as image_file:
|
1364 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
1365 |
|
|
|
1359 |
placeholder.empty()
|
1360 |
st.markdown(content, unsafe_allow_html=True)
|
1361 |
else:
|
1362 |
+
default_image_path = "giff.gif"
|
1363 |
with open(image_path, "rb") as image_file:
|
1364 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
1365 |
|