greg87vel commited on
Commit
f80051f
·
verified ·
1 Parent(s): 02b055a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
18
  """
19
  return "What magic will you build ?"
20
 
21
- @tool
22
  def fai_la_carbonara(arg1:str, arg2:int)-> str: #it's import to specify the return type
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that does nothing yet
 
18
  """
19
  return "What magic will you build ?"
20
 
21
+ @tool
22
  def fai_la_carbonara(arg1:str, arg2:int)-> str: #it's import to specify the return type
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that does nothing yet