ali121300 commited on
Commit
aca1efc
1 Parent(s): 1ee0e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -142,6 +142,7 @@ def main():
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=['csv'])
147
  if xls_docs is not None:
 
142
 
143
 
144
  with st.sidebar:
145
+ import pandas as pd
146
  st.subheader("Your excel file")
147
  xls_docs = st.file_uploader("Upload your PDFs here and click on 'Process'", accept_multiple_files=True,type=['csv'])
148
  if xls_docs is not None: