sphemngadi commited on
Commit
390a462
·
verified ·
1 Parent(s): 0c31ee2

Update app.py

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