DrishtiSharma commited on
Commit
3fa22c6
Β·
verified Β·
1 Parent(s): fb5706e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Load PDF"):
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