Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -72,7 +72,8 @@ class UIManager():
|
|
72 |
#st.markdown(model_arch_html, unsafe_allow_html=True)
|
73 |
#st.image("Files/Model Arch.png")
|
74 |
# Display the HTML content in Streamlit
|
75 |
-
|
|
|
76 |
|
77 |
with col3:
|
78 |
st.image("Files/mm.jpeg")
|
|
|
72 |
#st.markdown(model_arch_html, unsafe_allow_html=True)
|
73 |
#st.image("Files/Model Arch.png")
|
74 |
# Display the HTML content in Streamlit
|
75 |
+
st.header("Model Architecture")
|
76 |
+
components.html(model_arch_html, height=1500)
|
77 |
|
78 |
with col3:
|
79 |
st.image("Files/mm.jpeg")
|