gaf7921 commited on
Commit
0e386dd
·
1 Parent(s): a3a02d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def main():
139
 
140
  st.subheader("Your documents")
141
  docs = st.file_uploader(
142
- "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
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