mikeee commited on
Commit
332221c
·
1 Parent(s): 3661974

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,7 +15,6 @@
15
  # streamlit run app.py
16
 
17
 
18
-
19
  import streamlit as st
20
  from dotenv import load_dotenv
21
  from PyPDF2 import PdfReader
@@ -114,7 +113,7 @@ def main():
114
  st.subheader("Your documents")
115
 
116
  pdf_docs = st.file_uploader(
117
- "Upload your PDfs here and click on 'Process'", accept_multiple_files=True)
118
  if st.button("Process"):
119
  with st.spinner("Processing"):
120
  # --------------- get pdf text -------------------
 
15
  # streamlit run app.py
16
 
17
 
 
18
  import streamlit as st
19
  from dotenv import load_dotenv
20
  from PyPDF2 import PdfReader
 
113
  st.subheader("Your documents")
114
 
115
  pdf_docs = st.file_uploader(
116
+ "Upload your PDfs here and click 'Process'", accept_multiple_files=True)
117
  if st.button("Process"):
118
  with st.spinner("Processing"):
119
  # --------------- get pdf text -------------------