Noru1 commited on
Commit
b0ee08a
·
verified ·
1 Parent(s): bdfd8ff

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
- def add(a:int, b:int)-> ingt:
22
  """A tool that adds two intergers
23
  Args:
24
  a: the first number
 
18
  """
19
  return "What magic will you build ?"
20
 
21
+ def add(a:int, b:int)-> int:
22
  """A tool that adds two intergers
23
  Args:
24
  a: the first number