Update app.py
Browse files
app.py
CHANGED
@@ -603,8 +603,10 @@ def main():
|
|
603 |
|
604 |
st.title("Advanced File Downloader")
|
605 |
|
606 |
-
#
|
607 |
-
st.
|
|
|
|
|
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",
|