Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -61,7 +61,7 @@ class UIManager():
|
|
61 |
st.text('')
|
62 |
st.text('')
|
63 |
st.text('')
|
64 |
-
|
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 |
|