euler314 commited on
Commit
92f91e4
·
verified ·
1 Parent(s): edcfc24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -603,8 +603,10 @@ def main():
603
 
604
  st.title("Advanced File Downloader")
605
 
606
- # Sidebar settings
607
- st.header("Settings")
 
 
608
  with st.expander("Advanced Options"):
609
  custom_extensions = st.text_input(
610
  "Custom File Extensions",
 
603
 
604
  st.title("Advanced File Downloader")
605
 
606
+ # Mode Selection
607
+ mode = st.radio("Select Mode", ["Manual URL", "Bing Search", "PDF Summarizer"])
608
+
609
+ # Advanced Options
610
  with st.expander("Advanced Options"):
611
  custom_extensions = st.text_input(
612
  "Custom File Extensions",