Spaces:
Sleeping
Sleeping
kms
commited on
Commit
·
d1afb17
1
Parent(s):
901dd43
new
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def main():
|
|
132 |
|
133 |
st.subheader("Your documents")
|
134 |
docs = st.file_uploader(
|
135 |
-
"Upload your
|
136 |
if st.button("Process"):
|
137 |
with st.spinner("Processing"):
|
138 |
# get pdf text
|
|
|
132 |
|
133 |
st.subheader("Your documents")
|
134 |
docs = st.file_uploader(
|
135 |
+
"Upload your Files here and click on 'Process'", accept_multiple_files=True)
|
136 |
if st.button("Process"):
|
137 |
with st.spinner("Processing"):
|
138 |
# get pdf text
|