m7mdal7aj commited on
Commit
edc07e1
1 Parent(s): 1266228

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +1 -1
my_model/utilities/ui_manager.py CHANGED
@@ -62,7 +62,7 @@ class UIManager():
62
  st.text('')
63
  st.write("""\n\n\n\n\n\n""")
64
  st.header("Model Architecture")
65
- components.html(model_arch_html, height=1500)
66
 
67
 
68
  with col2:
 
62
  st.text('')
63
  st.write("""\n\n\n\n\n\n""")
64
  st.header("Model Architecture")
65
+ components.html(model_arch_html)
66
 
67
 
68
  with col2: