rchrdgwr commited on
Commit
c3416e3
·
verified ·
1 Parent(s): e50ddd0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def get_weather(city:str) -> SimpleWeather:
61
  """Fetches the current weather for a specified city using WeatherAPI.
62
 
63
  Args:
64
- city (str): The name of the city to fetch weather data for.
65
 
66
  Returns:
67
  SimpleWeather: A dictionary containing the following weather details:
 
61
  """Fetches the current weather for a specified city using WeatherAPI.
62
 
63
  Args:
64
+ city: The name of the city to fetch weather data for.
65
 
66
  Returns:
67
  SimpleWeather: A dictionary containing the following weather details: