Spaces:
Runtime error
Runtime error
Commit
·
be5e499
1
Parent(s):
998c13e
Update app.py
Browse files
app.py
CHANGED
|
@@ -303,7 +303,7 @@ def run():
|
|
| 303 |
|
| 304 |
elif (usuario):
|
| 305 |
analizar_tweets(search_words,number_of_tweets)
|
| 306 |
-
|
| 307 |
tweets_localidad(search_words)
|
| 308 |
|
| 309 |
run()
|
|
|
|
| 303 |
|
| 304 |
elif (usuario):
|
| 305 |
analizar_tweets(search_words,number_of_tweets)
|
| 306 |
+
elif (localidad):
|
| 307 |
tweets_localidad(search_words)
|
| 308 |
|
| 309 |
run()
|