ali121300 commited on
Commit
be124ff
1 Parent(s): d7e1a8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -149,8 +149,7 @@ def main():
149
  df = pd.read_excel(uploaded_file_xls)
150
  st.write(df)
151
  st.subheader("Your documents")
152
- pdf_docs = st.file_uploader(
153
- "Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
154
 
155
  if st.button("Process"):
156
  with st.spinner("Processing"):
 
149
  df = pd.read_excel(uploaded_file_xls)
150
  st.write(df)
151
  st.subheader("Your documents")
152
+ pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
 
153
 
154
  if st.button("Process"):
155
  with st.spinner("Processing"):