Huzaifa367 commited on
Commit
bff728b
·
verified ·
1 Parent(s): b9c1e1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def main():
87
 
88
  with st.sidebar:
89
  st.title("Menu:")
90
- pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True)
91
  if st.button("Submit & Process"):
92
  with st.spinner("Processing..."):
93
  raw_text = get_pdf_text(pdf_docs)
 
87
 
88
  with st.sidebar:
89
  st.title("Menu:")
90
+ pdf_docs = st.file_uploader("Upload your PDF Files and Click on the Submit & Process Button", accept_multiple_files=True, type=["pdf"])
91
  if st.button("Submit & Process"):
92
  with st.spinner("Processing..."):
93
  raw_text = get_pdf_text(pdf_docs)