Joshua1808 commited on
Commit
240757a
·
1 Parent(s): 1e19707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def tweets_localidad(buscar_localidad):
175
  plt.xlabel('Categoría')
176
  plt.ylabel('Cantidad de tweets')
177
  plt.title('Cantidad de tweets sexistas y no sexistas')
178
- plt.figure(figsize=(500px,500px))
179
  plt.show()
180
  st.pyplot()
181
 
 
175
  plt.xlabel('Categoría')
176
  plt.ylabel('Cantidad de tweets')
177
  plt.title('Cantidad de tweets sexistas y no sexistas')
178
+ plt.figure(figsize=(10,6))
179
  plt.show()
180
  st.pyplot()
181