okezh commited on
Commit
75a063c
·
verified ·
1 Parent(s): 1cfccbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: