pgpt19 commited on
Commit
9e31c29
·
verified ·
1 Parent(s): 9dee6a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
35
 
36
  @tool
37
  def multiply_numbers(a: int, b: int) -> int:
38
- """
39
  Multiply two integers.
40
 
41
  Args:
 
35
 
36
  @tool
37
  def multiply_numbers(a: int, b: int) -> int:
38
+ """
39
  Multiply two integers.
40
 
41
  Args: