Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
|
@@ -69,7 +69,7 @@ class UIManager():
|
|
| 69 |
with col2:
|
| 70 |
# Display the HTML content in Streamlit
|
| 71 |
st.markdown(model_arch_html, unsafe_allow_html=True)
|
| 72 |
-
st.image("Files/Model Arch.png")
|
| 73 |
|
| 74 |
with col3:
|
| 75 |
st.image("Files/mm.jpeg")
|
|
|
|
| 69 |
with col2:
|
| 70 |
# Display the HTML content in Streamlit
|
| 71 |
st.markdown(model_arch_html, unsafe_allow_html=True)
|
| 72 |
+
#st.image("Files/Model Arch.png")
|
| 73 |
|
| 74 |
with col3:
|
| 75 |
st.image("Files/mm.jpeg")
|