Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def my_custom_tool(city: str) -> str:
|
|
| 28 |
Returns:
|
| 29 |
A string containing weather details.
|
| 30 |
"""
|
| 31 |
-
API_KEY = 9f0f70dc702756686ba4177378fdc001 # Replace with your actual API key
|
| 32 |
BASE_URL = "http://api.openweathermap.org/data/2.5/weather"
|
| 33 |
|
| 34 |
try:
|
|
|
|
| 28 |
Returns:
|
| 29 |
A string containing weather details.
|
| 30 |
"""
|
| 31 |
+
API_KEY = "9f0f70dc702756686ba4177378fdc001" # Replace with your actual API key
|
| 32 |
BASE_URL = "http://api.openweathermap.org/data/2.5/weather"
|
| 33 |
|
| 34 |
try:
|