Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def calculate(arg1:int, arg2:int)-> str: #it's import to specify the return type
|
|
| 21 |
"""
|
| 22 |
|
| 23 |
# return "What magic will you build ?"
|
| 24 |
-
return arg1+arg2
|
| 25 |
@tool
|
| 26 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 27 |
"""A tool that fetches the current local time in a specified timezone.
|
|
|
|
| 21 |
"""
|
| 22 |
|
| 23 |
# return "What magic will you build ?"
|
| 24 |
+
return arg1+arg2+1
|
| 25 |
@tool
|
| 26 |
def get_current_time_in_timezone(timezone: str) -> str:
|
| 27 |
"""A tool that fetches the current local time in a specified timezone.
|