m7mdal7aj commited on
Commit
03f2a86
1 Parent(s): 5a3f0a1

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
@@ -61,7 +61,7 @@ class UIManager():
61
  st.text('')
62
  st.text('')
63
  st.text('')
64
- st.write("""\n\n\n\n\n\n""")
65
  st.header("Model Architecture")
66
  components.html(model_arch_html, height=1400)
67
 
 
61
  st.text('')
62
  st.text('')
63
  st.text('')
64
+ # st.write("""\n\n\n\n\n\n""")
65
  st.header("Model Architecture")
66
  components.html(model_arch_html, height=1400)
67