Spaces:
Sleeping
Sleeping
fix
Browse files
app.py
CHANGED
|
@@ -104,7 +104,6 @@ def get_current_weather_on_location(location: str) -> str:
|
|
| 104 |
return description
|
| 105 |
|
| 106 |
|
| 107 |
-
@function
|
| 108 |
def get_latitude_longitude_by_location(location: str) -> str:
|
| 109 |
"""A function that fetches from a location the latitude and longitude via Google Geocoding API
|
| 110 |
Args:
|
|
|
|
| 104 |
return description
|
| 105 |
|
| 106 |
|
|
|
|
| 107 |
def get_latitude_longitude_by_location(location: str) -> str:
|
| 108 |
"""A function that fetches from a location the latitude and longitude via Google Geocoding API
|
| 109 |
Args:
|