m7mdal7aj commited on
Commit
b5dba24
1 Parent(s): 3b2483d

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +2 -1
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
- components.html(model_arch_html, height=800)
 
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")