Spaces:
Sleeping
Sleeping
matt pagett commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,9 +34,6 @@ def calculator(a: int, b: int) -> int:
|
|
| 34 |
"""Multiply two integers."""
|
| 35 |
return a * b
|
| 36 |
|
| 37 |
-
print(calculator.to_string())
|
| 38 |
-
|
| 39 |
-
|
| 40 |
|
| 41 |
@tool
|
| 42 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 34 |
"""Multiply two integers."""
|
| 35 |
return a * b
|
| 36 |
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
@tool
|
| 39 |
def get_current_time_in_timezone(timezone: str) -> str:
|