Spaces:
Sleeping
Sleeping
fix 3
Browse files
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
|
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:
|