nlpblogs commited on
Commit
5a5c182
·
verified ·
1 Parent(s): c2f5110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  from PyPDF2 import PdfReader
 
3
 
4
  uploaded_files = st.file_uploader(
5
  "Choose a CSV file", accept_multiple_files=True
 
1
  import streamlit as st
2
  from PyPDF2 import PdfReader
3
+ import pandas as pd
4
 
5
  uploaded_files = st.file_uploader(
6
  "Choose a CSV file", accept_multiple_files=True