21spl commited on
Commit
2c1c2bd
·
verified ·
1 Parent(s): b5e871f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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).