Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -543,7 +543,7 @@ with st.container(key="content-container-3"):
|
|
543 |
st.session_state.choice = "pytorch"
|
544 |
with st.container(key="content-container-1"):
|
545 |
|
546 |
-
image_path = "
|
547 |
col1, col2 = st.columns([1, 9])
|
548 |
with col1:
|
549 |
st.write("")
|
@@ -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 |
|
|
|
543 |
st.session_state.choice = "pytorch"
|
544 |
with st.container(key="content-container-1"):
|
545 |
|
546 |
+
image_path = "Load.png"
|
547 |
col1, col2 = st.columns([1, 9])
|
548 |
with col1:
|
549 |
st.write("")
|
|
|
588 |
unsafe_allow_html=True,
|
589 |
)
|
590 |
else:
|
591 |
+
default_image_path = "Load.png"
|
592 |
with open(default_image_path, "rb") as image_file:
|
593 |
encoded_image = base64.b64encode(image_file.read()).decode()
|
594 |
|