Spaces:
Sleeping
Sleeping
modify my function
Browse files
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 |
|