Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,11 +45,6 @@ def get_weather(city):
|
|
45 |
else:
|
46 |
return "Error: Unable to fetch weather data."
|
47 |
|
48 |
-
# Execute the function and prepare the final answer
|
49 |
-
result = get_weather("New York")
|
50 |
-
final_answer = f"The current weather in New York is: {result}"
|
51 |
-
print(final_answer)
|
52 |
-
|
53 |
|
54 |
final_answer = FinalAnswerTool()
|
55 |
|
|
|
45 |
else:
|
46 |
return "Error: Unable to fetch weather data."
|
47 |
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
final_answer = FinalAnswerTool()
|
50 |
|