ali121300 commited on
Commit
dddd74e
1 Parent(s): 5b48ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -133,6 +133,7 @@ def main():
133
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
134
  )
135
  pdf_docs=read_pdf_pr_en(pdf_reader=pdf_docs)
 
136
  if st.button("Process"):
137
  with st.spinner("Processing"):
138
  # get pdf text
 
133
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
134
  )
135
  pdf_docs=read_pdf_pr_en(pdf_reader=pdf_docs)
136
+ st.write(pdf_docs)
137
  if st.button("Process"):
138
  with st.spinner("Processing"):
139
  # get pdf text