Spaces:
Runtime error
Runtime error
Commit
·
6a544e7
1
Parent(s):
f6ee10a
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ def run():
|
|
125 |
#print(text)
|
126 |
st.table(text)
|
127 |
#text.plot.bar(y='probabilidad')
|
128 |
-
|
129 |
elif (usuario):
|
130 |
tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)
|
131 |
tweet_list = [i.text for i in tweets]
|
|
|
125 |
#print(text)
|
126 |
st.table(text)
|
127 |
#text.plot.bar(y='probabilidad')
|
128 |
+
st.pie_chart(text)
|
129 |
elif (usuario):
|
130 |
tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)
|
131 |
tweet_list = [i.text for i in tweets]
|