ssangttuce commited on
Commit
cf7947c
·
1 Parent(s): ea7e41e

DOCUMENT->PDF

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