Spaces:
Sleeping
Sleeping
Update app1.py
Browse files
app1.py
CHANGED
@@ -22,7 +22,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
22 |
return f"The current local time in {timezone} is: {local_time}"
|
23 |
except Exception as e:
|
24 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
25 |
-
|
26 |
|
27 |
final_answer = FinalAnswerTool()
|
28 |
|
|
|
22 |
return f"The current local time in {timezone} is: {local_time}"
|
23 |
except Exception as e:
|
24 |
return f"Error fetching time for timezone '{timezone}': {str(e)}"
|
25 |
+
|
26 |
|
27 |
final_answer = FinalAnswerTool()
|
28 |
|