ali121300 commited on
Commit
f2c89bd
1 Parent(s): 8b8583d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -142,6 +142,9 @@ def main():
142
 
143
 
144
  with st.sidebar:
 
 
 
145
  st.subheader("Your documents")
146
  pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
147
 
 
142
 
143
 
144
  with st.sidebar:
145
+ st.subheader("Your excel file")
146
+ xls_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True,type=['xlsx'])
147
+
148
  st.subheader("Your documents")
149
  pdf_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True)
150