Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,6 @@ def calculator(a: int, b: int) -> int:
|
|
18 |
"""
|
19 |
return a * b
|
20 |
|
21 |
-
print(calculator.to_string())
|
22 |
-
|
23 |
|
24 |
@tool
|
25 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
18 |
"""
|
19 |
return a * b
|
20 |
|
|
|
|
|
21 |
|
22 |
@tool
|
23 |
def get_current_time_in_timezone(timezone: str) -> str:
|