Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ elif pdf_source == "Enter a PDF URL":
|
|
80 |
st.text_input("Enter PDF URL:", value="https://arxiv.org/pdf/2406.06998", key="pdf_url", on_change=download_pdf)
|
81 |
|
82 |
# β
Button support
|
83 |
-
if st.button("
|
84 |
download_pdf()
|
85 |
|
86 |
|
|
|
80 |
st.text_input("Enter PDF URL:", value="https://arxiv.org/pdf/2406.06998", key="pdf_url", on_change=download_pdf)
|
81 |
|
82 |
# β
Button support
|
83 |
+
if st.button("Download and Process PDF"):
|
84 |
download_pdf()
|
85 |
|
86 |
|