nlpblogs commited on
Commit
d8a6e9b
·
verified ·
1 Parent(s): 4fd28bb

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({'tweets' : text_data})
17
 
18
  st.dataframe(data) # view the text data
 
13
  text_data+= page.extract_text()
14
 
15
 
16
+ data = pd.DataFrame({'tweets' : text_data, index = ['id']})
17
 
18
  st.dataframe(data) # view the text data