Kaiser1308 commited on
Commit
c4d69aa
·
verified ·
1 Parent(s): c0d340b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def calculate(arg1:int, arg2:int)-> str: #it's import to specify the return type
21
  """
22
 
23
  # return "What magic will you build ?"
24
- return arg1+arg2
25
  @tool
26
  def get_current_time_in_timezone(timezone: str) -> str:
27
  """A tool that fetches the current local time in a specified timezone.
 
21
  """
22
 
23
  # return "What magic will you build ?"
24
+ return arg1+arg2+1
25
  @tool
26
  def get_current_time_in_timezone(timezone: str) -> str:
27
  """A tool that fetches the current local time in a specified timezone.