Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str:
|
|
| 28 |
arg2: The number of times to repeat the chant.
|
| 29 |
"""
|
| 30 |
chant = " ".join([arg1.upper() + "!" for _ in range(arg2)])
|
| 31 |
-
return f" {chant} "
|
| 32 |
|
| 33 |
@tool
|
| 34 |
def get_current_time_in_timezone(timezone: str) -> str:
|
|
|
|
| 28 |
arg2: The number of times to repeat the chant.
|
| 29 |
"""
|
| 30 |
chant = " ".join([arg1.upper() + "!" for _ in range(arg2)])
|
| 31 |
+
return f"🔥🔥🔥🔥🔥 {chant} 🔥🔥🔥🔥🔥"
|
| 32 |
|
| 33 |
@tool
|
| 34 |
def get_current_time_in_timezone(timezone: str) -> str:
|