Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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 |
|