priyar84 commited on
Commit
a6b0475
·
verified ·
1 Parent(s): 9fde278

Update app1.py

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