Spaces:
Runtime error
Runtime error
Commit
·
beb215b
1
Parent(s):
e8bc7ce
Update app.py
Browse files
app.py
CHANGED
@@ -277,12 +277,11 @@ def tweets_localidad(buscar_localidad):
|
|
277 |
plt.title('Cantidad de tweets sexistas y no sexistas')
|
278 |
plt.show()
|
279 |
st.pyplot()
|
280 |
-
|
|
|
281 |
return df
|
282 |
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
def run():
|
287 |
with st.form("my_form"):
|
288 |
col,buff1, buff2 = st.columns([2,2,1])
|
|
|
277 |
plt.title('Cantidad de tweets sexistas y no sexistas')
|
278 |
plt.show()
|
279 |
st.pyplot()
|
280 |
+
st.set_option('deprecation.showPyplotGlobalUse', False)
|
281 |
+
|
282 |
return df
|
283 |
|
284 |
+
|
|
|
|
|
285 |
def run():
|
286 |
with st.form("my_form"):
|
287 |
col,buff1, buff2 = st.columns([2,2,1])
|