Spaces:
Runtime error
Runtime error
Commit
·
a44e7e2
1
Parent(s):
4cf8170
Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,7 @@ def run():
|
|
124 |
text= pd.DataFrame({'palabra': [frase],'probabilidad':[probabilidad_sexista]})
|
125 |
#print(text)
|
126 |
st.table(text)
|
127 |
-
|
128 |
-
text.plot.bar(y='probabilidad')
|
129 |
|
130 |
elif (usuario):
|
131 |
tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)
|
|
|
124 |
text= pd.DataFrame({'palabra': [frase],'probabilidad':[probabilidad_sexista]})
|
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)
|