huggingfaceuser54 commited on
Commit
2d14636
·
verified ·
1 Parent(s): 0889cdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def find_product(num1:int, num2:int)-> int: #it's import to specify the return t
20
 
21
 
22
  @tool
23
- def greet(name: str-> str: #it's import to specify the return type
24
  #Keep this format for the description / args / args description but feel free to modify the tool
25
  """A tool that greets user when the name is specified
26
  Args:
 
20
 
21
 
22
  @tool
23
+ def greet(name: str)-> str: #it's import to specify the return type
24
  #Keep this format for the description / args / args description but feel free to modify the tool
25
  """A tool that greets user when the name is specified
26
  Args: