Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def get_weather(location: str) -> dict:
|
|
24 |
"""
|
25 |
Scrapes the weather information for a given location from a weather website.
|
26 |
|
27 |
-
|
28 |
-
location
|
29 |
|
30 |
Returns:
|
31 |
dict: A dictionary containing weather information such as temperature and weather description,
|
|
|
24 |
"""
|
25 |
Scrapes the weather information for a given location from a weather website.
|
26 |
|
27 |
+
Args:
|
28 |
+
location: The name of the location for which to fetch the weather data (e.g., "New York", "London").
|
29 |
|
30 |
Returns:
|
31 |
dict: A dictionary containing weather information such as temperature and weather description,
|