m7mdal7aj commited on
Commit
04e05f4
1 Parent(s): ecd0257

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +1 -1
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):