Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -33,7 +33,7 @@ class UIManager():
|
|
33 |
|
34 |
def display_sidebar(self):
|
35 |
"""Displays the sidebar for navigation."""
|
36 |
-
|
37 |
st.sidebar.title("Navigation")
|
38 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()), disabled=st.session_state['loading_in_progress'])
|
39 |
st.sidebar.image("Files/mm.jpeg", use_column_width=True)
|
|
|
33 |
|
34 |
def display_sidebar(self):
|
35 |
"""Displays the sidebar for navigation."""
|
36 |
+
st.sidebar.image("Files/logo.jpg")
|
37 |
st.sidebar.title("Navigation")
|
38 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()), disabled=st.session_state['loading_in_progress'])
|
39 |
st.sidebar.image("Files/mm.jpeg", use_column_width=True)
|