Logis7 commited on
Commit
ea40e05
·
verified ·
1 Parent(s): b6e6acc

Update app.py

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