Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -35,7 +35,7 @@ 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", caption='
|
39 |
|
40 |
return selection
|
41 |
|
@@ -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)
|
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", caption='[Mohammed H AlHaj](https://www.linkedin.com/in/m7mdal7aj', use_column_width=True)
|
39 |
|
40 |
return selection
|
41 |
|
|
|
62 |
st.text('')
|
63 |
st.write("""\n\n\n\n\n\n""")
|
64 |
st.header("Model Architecture")
|
65 |
+
components.html(model_arch_html, height=800)
|
66 |
|
67 |
|
68 |
with col2:
|