Spaces:
Runtime error
Runtime error
Commit
·
3dc9128
1
Parent(s):
7cac3da
Update app.py
Browse files
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(
|
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
|