Spaces:
Runtime error
Runtime error
Commit
·
1e19707
1
Parent(s):
f764e22
Update app.py
Browse files
app.py
CHANGED
@@ -175,9 +175,10 @@ 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.show()
|
179 |
st.pyplot()
|
180 |
-
|
181 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
182 |
|
183 |
return tabla
|
|
|
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 |
+
|
182 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
183 |
|
184 |
return tabla
|