Spaces:
Sleeping
Sleeping
Commit ·
cf7947c
1
Parent(s): ea7e41e
DOCUMENT->PDF
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def main():
|
|
| 135 |
|
| 136 |
st.subheader("Your documents")
|
| 137 |
docs = st.file_uploader(
|
| 138 |
-
"Upload your
|
| 139 |
if st.button("Process"):
|
| 140 |
with st.spinner("Processing"):
|
| 141 |
# get pdf text
|
|
|
|
| 135 |
|
| 136 |
st.subheader("Your documents")
|
| 137 |
docs = st.file_uploader(
|
| 138 |
+
"Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
|
| 139 |
if st.button("Process"):
|
| 140 |
with st.spinner("Processing"):
|
| 141 |
# get pdf text
|