Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|