okezh commited on
Commit
c77a4e5
·
verified ·
1 Parent(s): 939ab1e

Update app.py

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