DrishtiSharma commited on
Commit
2320d6a
·
verified ·
1 Parent(s): a620e89

Update app.py

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