DrishtiSharma commited on
Commit
6c7c675
Β·
verified Β·
1 Parent(s): ee2f217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if "chunked" not in st.session_state:
38
  if "vector_created" not in st.session_state:
39
  st.session_state.vector_created = False
40
 
41
- st.title("DocQA with DeepSeek-R1")
42
 
43
  # Step 1: Choose PDF Source
44
  pdf_source = st.radio("Upload or provide a link to a PDF:", ["Enter a PDF URL", "Upload a PDF file"], index=0, horizontal=True)
 
38
  if "vector_created" not in st.session_state:
39
  st.session_state.vector_created = False
40
 
41
+ st.title("πŸ“„πŸ” DocQA with DeepSeek-R1")
42
 
43
  # Step 1: Choose PDF Source
44
  pdf_source = st.radio("Upload or provide a link to a PDF:", ["Enter a PDF URL", "Upload a PDF file"], index=0, horizontal=True)