Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -21,7 +21,7 @@ class UIManager:
|
|
21 |
def display_sidebar(self):
|
22 |
st.sidebar.title("Navigation")
|
23 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()))
|
24 |
-
st.sidebar.write("More Pages will follow .. ")
|
25 |
return selection
|
26 |
|
27 |
def display_selected_page(self, selection):
|
|
|
21 |
def display_sidebar(self):
|
22 |
st.sidebar.title("Navigation")
|
23 |
selection = st.sidebar.radio("Go to", list(self.tabs.keys()))
|
24 |
+
#st.sidebar.write("More Pages will follow .. ")
|
25 |
return selection
|
26 |
|
27 |
def display_selected_page(self, selection):
|