Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|