danielle2003 commited on
Commit
b7f4592
·
verified ·
1 Parent(s): b0d394e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "image.jpg"
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