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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -142,12 +142,6 @@ def main():
142
 
143
 
144
  with st.sidebar:
145
- import pandas as pd
146
- st.title('آپلود فایل اکسل')
147
- uploaded_file_xls = st.file_uploader("یک فایل اکسل انتخاب کنید", type=['xlsx'])
148
- if uploaded_file is not None:
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
 
 
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