Update app.py
Browse files
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)
|