Joshua1808 commited on
Commit
bc04379
·
1 Parent(s): 1c9fb4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -124,10 +124,6 @@ def run():
124
  text= pd.DataFrame({'palabra': [search_words],'probabilidad':[probabilidad_sexista]})
125
  #print(text)
126
  st.table(text)
127
- #text.plot.bar(y='probabilidad')
128
- #st.area_chart(text)
129
- text.plot(kind='pie')
130
- st.pyplot()
131
 
132
  elif (usuario):
133
  tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)
 
124
  text= pd.DataFrame({'palabra': [search_words],'probabilidad':[probabilidad_sexista]})
125
  #print(text)
126
  st.table(text)
 
 
 
 
127
 
128
  elif (usuario):
129
  tweets = api.user_timeline(screen_name = search_words,count=number_of_tweets)