Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -58,9 +58,7 @@ class UIManager():
|
|
58 |
model_arch_html = f.read()
|
59 |
col1, col2 = st.columns([1,1])
|
60 |
with col1:
|
61 |
-
|
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)
|
|
|
58 |
model_arch_html = f.read()
|
59 |
col1, col2 = st.columns([1,1])
|
60 |
with col1:
|
61 |
+
|
|
|
|
|
62 |
# st.write("""\n\n\n\n\n\n""")
|
63 |
st.header("Model Architecture")
|
64 |
components.html(model_arch_html, height=1400)
|