Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from Gradio_UI import GradioUI
|
|
11 |
@tool
|
12 |
def get_weather(city:str,lat: float, lng:float)-> str:
|
13 |
"""A tool that returns the weather of a city given its lattitude and longitude. The returned string include readings for
|
14 |
-
temperature, wind speed
|
15 |
Args:
|
16 |
city: city name
|
17 |
lat: city lattitude
|
|
|
11 |
@tool
|
12 |
def get_weather(city:str,lat: float, lng:float)-> str:
|
13 |
"""A tool that returns the weather of a city given its lattitude and longitude. The returned string include readings for
|
14 |
+
temperature, wind speed and weather code e.g., 'clear sky','Partly Cloudy' etc
|
15 |
Args:
|
16 |
city: city name
|
17 |
lat: city lattitude
|