danielle2003 commited on
Commit
2d60d69
·
verified ·
1 Parent(s): b513a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -588,7 +588,7 @@ with st.container(key="content-container-1"):
588
  unsafe_allow_html=True,
589
  )
590
  else:
591
- default_image_path = "images/t.jpg"
592
  with open(default_image_path, "rb") as image_file:
593
  encoded_image = base64.b64encode(image_file.read()).decode()
594
 
 
588
  unsafe_allow_html=True,
589
  )
590
  else:
591
+ default_image_path = "t.jpg"
592
  with open(default_image_path, "rb") as image_file:
593
  encoded_image = base64.b64encode(image_file.read()).decode()
594