Spaces:
Runtime error
Runtime error
Commit
·
240757a
1
Parent(s):
1e19707
Update app.py
Browse files
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=(
|
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 |
|