Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main():
|
|
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 |
# get pdf text
|
151 |
raw_text = get_pdf_text(pdf_docs)
|
152 |
|
|
|
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 |
# get pdf text
|
151 |
raw_text = get_pdf_text(pdf_docs)
|
152 |
|