ZainebS commited on
Commit
6139287
·
verified ·
1 Parent(s): de27d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, humidity and weather code e.g., 'clear sky','Partly Cloudy' etc
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