ali121300 commited on
Commit
cfb03f3
1 Parent(s): 230705a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -145,10 +145,6 @@ def main():
145
  pdf_docs = st.file_uploader(
146
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
147
  )
148
- file_path = pdf_docs.name
149
- st.write(file_path)
150
- full_text=read_pdf_pr_en(pdf_file_path=file_path)
151
-
152
  if st.button("Process"):
153
  with st.spinner("Processing"):
154
  st.write(pdf_docs)
 
145
  pdf_docs = st.file_uploader(
146
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True
147
  )
 
 
 
 
148
  if st.button("Process"):
149
  with st.spinner("Processing"):
150
  st.write(pdf_docs)