Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from Gradio_UI import GradioUI
|
|
9 |
|
10 |
|
11 |
@tool
|
12 |
-
def
|
13 |
"""A tool that fetches the geo location of the city (e.g., "latitude":40.71427,"longitude":-74.00597)
|
14 |
Args:
|
15 |
city: A string representing a valid city (e.g., New York)
|
|
|
9 |
|
10 |
|
11 |
@tool
|
12 |
+
def get_geolocation(city:str)-> str:
|
13 |
"""A tool that fetches the geo location of the city (e.g., "latitude":40.71427,"longitude":-74.00597)
|
14 |
Args:
|
15 |
city: A string representing a valid city (e.g., New York)
|