Spaces:
Running
Running
Chandranshu Jain
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ if 'messages' not in st.session_state:
|
|
101 |
st.header("Chat with your pdf💁")
|
102 |
with st.sidebar:
|
103 |
st.title("PDF FILE UPLOAD:")
|
104 |
-
pdf_docs = st.file_uploader("Upload your PDF File and Click on the Submit & Process Button", accept_multiple_files=
|
105 |
|
106 |
query = st.chat_input("Ask a Question from the PDF File")
|
107 |
if query:
|
|
|
101 |
st.header("Chat with your pdf💁")
|
102 |
with st.sidebar:
|
103 |
st.title("PDF FILE UPLOAD:")
|
104 |
+
pdf_docs = st.file_uploader("Upload your PDF File and Click on the Submit & Process Button", accept_multiple_files=True, key="pdf_uploader")
|
105 |
|
106 |
query = st.chat_input("Ask a Question from the PDF File")
|
107 |
if query:
|