Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def my_custom_tool(arg1: str, arg2: int) -> str:
|
|
| 31 |
str: A fun, repeated chant with emojis.
|
| 32 |
"""
|
| 33 |
chant = " ".join([arg1.upper() + "!" for _ in range(arg2)])
|
| 34 |
-
return f"
|
| 35 |
|
| 36 |
@tool
|
| 37 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 31 |
str: A fun, repeated chant with emojis.
|
| 32 |
"""
|
| 33 |
chant = " ".join([arg1.upper() + "!" for _ in range(arg2)])
|
| 34 |
+
return f" {chant} "
|
| 35 |
|
| 36 |
@tool
|
| 37 |
def get_current_time_in_timezone(timezone: str) -> str:
|