kms commited on
Commit
d1afb17
·
1 Parent(s): 901dd43
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def main():
132
 
133
  st.subheader("Your documents")
134
  docs = st.file_uploader(
135
- "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
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