Chandranshu Jain commited on
Commit
fabfbf3
1 Parent(s): 04eb61d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=TRUE, key="pdf_uploader")
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: