Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
|
@@ -35,6 +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 |
return selection
|
| 39 |
|
| 40 |
|
|
|
|
| 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='Your Caption Here', use_column_width=True)
|
| 39 |
return selection
|
| 40 |
|
| 41 |
|