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