aniketkno commited on
Commit
c26292a
·
verified ·
1 Parent(s): fc1bcb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
37
  def get_weather_forecast(city_name):
38
  """A tool that fetches the current weather of a specified city.
39
  Args:
40
- city: A string representing a valid city (e.g., 'Bangalore').
41
  """
42
 
43
  latitude, longitude = get_coordinates_no_api_key(city_name)
 
37
  def get_weather_forecast(city_name):
38
  """A tool that fetches the current weather of a specified city.
39
  Args:
40
+ city_name: A string representing a valid city (e.g., 'Bangalore').
41
  """
42
 
43
  latitude, longitude = get_coordinates_no_api_key(city_name)