Jourdain commited on
Commit
4ba0678
·
verified ·
1 Parent(s): 20f3362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def greet_customer(name:str)-> 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 greets the user
25
  Args:
26
- name : user s name
27
  """
28
  return f"What magic will you build {name}?"
29
 
 
23
  #Keep this format for the description / args / args description but feel free to modify the tool
24
  """A tool that greets the user
25
  Args:
26
+ name: user s name
27
  """
28
  return f"What magic will you build {name}?"
29