Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ def main():
|
|
| 139 |
st.subheader("Your documents")
|
| 140 |
docs = st.file_uploader(
|
| 141 |
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
| 142 |
-
if st.button("Process"):
|
| 143 |
with st.spinner("Processing"):
|
| 144 |
# get pdf text
|
| 145 |
raw_text = ""
|
|
|
|
| 139 |
st.subheader("Your documents")
|
| 140 |
docs = st.file_uploader(
|
| 141 |
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
| 142 |
+
if st.button("Process"):
|
| 143 |
with st.spinner("Processing"):
|
| 144 |
# get pdf text
|
| 145 |
raw_text = ""
|