Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,8 @@ def my_custom_tool(arg1:str, arg2:str)-> str:
|
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
"""A tool that wishes on your birthday generates a birthday wish for the user
|
| 15 |
Args:
|
| 16 |
-
arg1: the
|
| 17 |
-
arg2:
|
| 18 |
"""
|
| 19 |
try:
|
| 20 |
name = arg1
|
|
|
|
| 13 |
#Keep this format for the description / args / args description but feel free to modify the tool
|
| 14 |
"""A tool that wishes on your birthday generates a birthday wish for the user
|
| 15 |
Args:
|
| 16 |
+
arg1: Name of the person
|
| 17 |
+
arg2: Day on which he/she was born, provided by user
|
| 18 |
"""
|
| 19 |
try:
|
| 20 |
name = arg1
|