Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -35,7 +35,8 @@ class UIManager():
|
|
35 |
|
36 |
st.sidebar.title("Navigation")
|
37 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()), disabled=st.session_state['loading_in_progress'])
|
38 |
-
st.sidebar.image("Files/mm.jpeg",
|
|
|
39 |
|
40 |
return selection
|
41 |
|
@@ -62,7 +63,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=
|
66 |
|
67 |
|
68 |
with col2:
|
|
|
35 |
|
36 |
st.sidebar.title("Navigation")
|
37 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()), disabled=st.session_state['loading_in_progress'])
|
38 |
+
st.sidebar.image("Files/mm.jpeg", use_column_width=True)
|
39 |
+
st.write("[Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj")
|
40 |
|
41 |
return selection
|
42 |
|
|
|
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 |
|
68 |
|
69 |
with col2:
|