DrishtiSharma commited on
Commit
de18ad0
·
verified ·
1 Parent(s): 66cb7b8

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("Blah-2")
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)