Spaces:
Runtime error
Runtime error
Commit
·
4b25733
1
Parent(s):
8d1d878
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,7 @@ def analizar_frase(frase):
|
|
139 |
return tabla
|
140 |
|
141 |
def tweets_localidad(buscar_localidad):
|
142 |
-
tabla = pd.
|
143 |
try:
|
144 |
geolocator = Nominatim(user_agent="nombre_del_usuario")
|
145 |
location = geolocator.geocode(buscar_localidad)
|
|
|
139 |
return tabla
|
140 |
|
141 |
def tweets_localidad(buscar_localidad):
|
142 |
+
tabla = pd.DataFrame()
|
143 |
try:
|
144 |
geolocator = Nominatim(user_agent="nombre_del_usuario")
|
145 |
location = geolocator.geocode(buscar_localidad)
|