Mstili commited on
Commit
78a8f1b
·
verified ·
1 Parent(s): 58c6a38

modify my function

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -58,8 +58,6 @@ def get_current_weather(city: str) -> str:
58
  except Exception as e:
59
  return f"Error fetching weather for {city}: {str(e)}"
60
 
61
- # Example usage:
62
- print(get_current_weather("New York"))
63
 
64
  final_answer = FinalAnswerTool()
65
 
 
58
  except Exception as e:
59
  return f"Error fetching weather for {city}: {str(e)}"
60
 
 
 
61
 
62
  final_answer = FinalAnswerTool()
63