tony346 commited on
Commit
c051029
1 Parent(s): fc322f5

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
  st.subheader("Your documents")
140
  docs = st.file_uploader(
141
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
142
- if st.button("Process"):f
143
  with st.spinner("Processing"):
144
  # get pdf text
145
  raw_text = ""
 
139
  st.subheader("Your documents")
140
  docs = st.file_uploader(
141
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
142
+ if st.button("Process"):
143
  with st.spinner("Processing"):
144
  # get pdf text
145
  raw_text = ""