Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,6 @@ def multiply(a: int, b: int) -> int:
|
|
31 |
"""
|
32 |
return a * b
|
33 |
|
34 |
-
print(calculator.to_string())
|
35 |
-
|
36 |
@tool
|
37 |
def get_current_time_in_timezone(timezone: str) -> str:
|
38 |
"""A tool that fetches the current local time in a specified timezone.
|
|
|
31 |
"""
|
32 |
return a * b
|
33 |
|
|
|
|
|
34 |
@tool
|
35 |
def get_current_time_in_timezone(timezone: str) -> str:
|
36 |
"""A tool that fetches the current local time in a specified timezone.
|