Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ if pdf_source == "Upload a PDF file":
|
|
51 |
st.session_state.vector_created = False
|
52 |
|
53 |
elif pdf_source == "Enter a PDF URL":
|
54 |
-
pdf_url = st.text_input("Enter PDF URL:")
|
55 |
if pdf_url:
|
56 |
with st.spinner("Downloading PDF..."):
|
57 |
try:
|
|
|
51 |
st.session_state.vector_created = False
|
52 |
|
53 |
elif pdf_source == "Enter a PDF URL":
|
54 |
+
pdf_url = st.text_input("Enter PDF URL:", value="https://arxiv.org/pdf/2406.06998")
|
55 |
if pdf_url:
|
56 |
with st.spinner("Downloading PDF..."):
|
57 |
try:
|