ali121300 commited on
Commit
c0361e2
1 Parent(s): 70dfddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def main():
146
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
147
 
148
  if st.button("Process"):
149
- with st.spinner("Processing")
150
  # get pdf text
151
  raw_text = get_pdf_text(pdf_docs)
152
 
 
146
  "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
147
 
148
  if st.button("Process"):
149
+ with st.spinner("Processing"):
150
  # get pdf text
151
  raw_text = get_pdf_text(pdf_docs)
152