Joshua1808 commited on
Commit
3dc9128
·
1 Parent(s): 7cac3da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def run():
114
 
115
  tweet_list = [i.text for i in tweets]
116
  #tweet_list = [strip_undesired_chars(i.text) for i in tweets]
117
- text= pd.DataFrame(preprocess(tweet_list))
118
  #text[0] = text[0].apply(preprocess)
119
  #text[0] = text[0].apply(preprocess_tweet)
120
  text1=text[0].values
 
114
 
115
  tweet_list = [i.text for i in tweets]
116
  #tweet_list = [strip_undesired_chars(i.text) for i in tweets]
117
+ text= pd.DataFrame(tweet_list)
118
  #text[0] = text[0].apply(preprocess)
119
  #text[0] = text[0].apply(preprocess_tweet)
120
  text1=text[0].values