Spaces:
Sleeping
Sleeping
Update documentchat.py
Browse files- documentchat.py +1 -1
documentchat.py
CHANGED
|
@@ -66,7 +66,7 @@ def docu():
|
|
| 66 |
user_input(user_question)
|
| 67 |
|
| 68 |
with st.sidebar:
|
| 69 |
-
st.title
|
| 70 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 71 |
if st.button("Submit & Process"):
|
| 72 |
with st.spinner("Processing..."):
|
|
|
|
| 66 |
user_input(user_question)
|
| 67 |
|
| 68 |
with st.sidebar:
|
| 69 |
+
st.title ="Menu:"
|
| 70 |
pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
|
| 71 |
if st.button("Submit & Process"):
|
| 72 |
with st.spinner("Processing..."):
|