nlpblogs commited on
Commit
de996c9
·
verified ·
1 Parent(s): 82b090d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ for uploaded_file in uploaded_files:
13
  text_data+= page.extract_text()
14
 
15
 
16
- data = pd.DataFrame(text_data)
17
 
18
  st.dataframe(data) # view the text data
 
13
  text_data+= page.extract_text()
14
 
15
 
16
+ data = pd.Series(text_data)
17
 
18
  st.dataframe(data) # view the text data