Spaces:
Runtime error
Runtime error
Commit
路
8d37970
1
Parent(s):
be5e499
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,6 @@ def run():
|
|
287 |
submit_button = col.form_submit_button(label='Analizar')
|
288 |
error =False
|
289 |
|
290 |
-
|
291 |
if submit_button:
|
292 |
# Condici贸n para el caso de que esten dos check seleccionados
|
293 |
if ( termino == False and usuario == False):
|
@@ -304,6 +303,6 @@ def run():
|
|
304 |
elif (usuario):
|
305 |
analizar_tweets(search_words,number_of_tweets)
|
306 |
elif (localidad):
|
307 |
-
|
308 |
|
309 |
run()
|
|
|
287 |
submit_button = col.form_submit_button(label='Analizar')
|
288 |
error =False
|
289 |
|
|
|
290 |
if submit_button:
|
291 |
# Condici贸n para el caso de que esten dos check seleccionados
|
292 |
if ( termino == False and usuario == False):
|
|
|
303 |
elif (usuario):
|
304 |
analizar_tweets(search_words,number_of_tweets)
|
305 |
elif (localidad):
|
306 |
+
tweets_localidad(search_words)
|
307 |
|
308 |
run()
|