Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ import time
|
|
15 |
|
16 |
HF_TOKEN = os.getenv("HF_TOKEN", "default_hf_token_if_not_found")
|
17 |
|
18 |
-
|
19 |
@tool
|
20 |
def get_weather(city: str) -> str:
|
21 |
"""Fetches the current weather for a specified city using Open-Meteo API (No API Key Needed).
|
|
|
15 |
|
16 |
HF_TOKEN = os.getenv("HF_TOKEN", "default_hf_token_if_not_found")
|
17 |
|
|
|
18 |
@tool
|
19 |
def get_weather(city: str) -> str:
|
20 |
"""Fetches the current weather for a specified city using Open-Meteo API (No API Key Needed).
|