Spaces:
Running
Running
minor fix
Browse files
app.py
CHANGED
@@ -16,9 +16,9 @@ def run_script(script_path):
|
|
16 |
|
17 |
def main():
|
18 |
st.sidebar.title("Navigation")
|
19 |
-
app_choice = st.sidebar.radio("Choose an App:", ["Memora", "Dynamic News
|
20 |
|
21 |
-
if app_choice == "
|
22 |
run_script(FIRST_APP_PATH)
|
23 |
elif app_choice == "Dynamic News Summarizer":
|
24 |
run_script(SECOND_APP_PATH)
|
|
|
16 |
|
17 |
def main():
|
18 |
st.sidebar.title("Navigation")
|
19 |
+
app_choice = st.sidebar.radio("Choose an App:", ["Memora", "Dynamic News SummarizerM"])
|
20 |
|
21 |
+
if app_choice == "Memora":
|
22 |
run_script(FIRST_APP_PATH)
|
23 |
elif app_choice == "Dynamic News Summarizer":
|
24 |
run_script(SECOND_APP_PATH)
|