Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|