vikee commited on
Commit
1d0b397
·
1 Parent(s): e6fd213

Enhance Navigation

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def run_script(script_path):
16
 
17
  def main():
18
  st.sidebar.title("Navigation")
19
- app_choice = st.sidebar.radio("Choose an App:", ["Home (Secure File System)", "Dynamic News Summarizer"])
20
 
21
  if app_choice == "Home (Secure File System)":
22
  run_script(FIRST_APP_PATH)
 
16
 
17
  def main():
18
  st.sidebar.title("Navigation")
19
+ app_choice = st.sidebar.radio("Choose an App:", ["Memora", "Dynamic News Summarizer"])
20
 
21
  if app_choice == "Home (Secure File System)":
22
  run_script(FIRST_APP_PATH)