ecortese97 commited on
Commit
510831d
·
verified ·
1 Parent(s): 4828599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ def my_custom_tool(arg1:str, arg2:int)-> str: #it's import to specify the return
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
 
19
  return "What magic will you build ?"
20
 
21
  @tool
 
16
  arg1: the first argument
17
  arg2: the second argument
18
  """
19
+
20
  return "What magic will you build ?"
21
 
22
  @tool