Spaces:
Runtime error
Runtime error
Commit
路
938d354
1
Parent(s):
0f1d162
Update app.py
Browse files
app.py
CHANGED
@@ -203,24 +203,7 @@ def run():
|
|
203 |
localidad=st.checkbox('Localidad')
|
204 |
submit_button = col.form_submit_button(label='Analizar')
|
205 |
error =False
|
206 |
-
|
207 |
-
err = False
|
208 |
-
|
209 |
-
if clear_button:
|
210 |
-
if(search_words == ""):
|
211 |
-
err=True
|
212 |
-
elif(number_of_tweets == 0):
|
213 |
-
err=True
|
214 |
-
|
215 |
-
if(err == False):
|
216 |
-
if(search_words != ""):
|
217 |
-
search_words.clear()
|
218 |
-
err=True
|
219 |
-
elif(number_of_tweets >0):
|
220 |
-
number_of_tweets.clear()
|
221 |
-
err=true
|
222 |
-
|
223 |
-
|
224 |
if submit_button:
|
225 |
# Condici贸n para el caso de que esten dos check seleccionados
|
226 |
if ( termino == False and usuario == False and localidad == False):
|
|
|
203 |
localidad=st.checkbox('Localidad')
|
204 |
submit_button = col.form_submit_button(label='Analizar')
|
205 |
error =False
|
206 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
if submit_button:
|
208 |
# Condici贸n para el caso de que esten dos check seleccionados
|
209 |
if ( termino == False and usuario == False and localidad == False):
|