Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ from Gradio_UI import GradioUI
|
|
13 |
@tool
|
14 |
def get_birth_stone(month:str)-> str: #it's import to specify the return type
|
15 |
# Keep this format for the description / args / args description but feel free to modify the tool
|
16 |
-
"""A tool that takes a month string as input. It outputs the birthstone of that month
|
|
|
17 |
dob: A string representing a month of the year
|
18 |
"""
|
19 |
|
|
|
13 |
@tool
|
14 |
def get_birth_stone(month:str)-> str: #it's import to specify the return type
|
15 |
# Keep this format for the description / args / args description but feel free to modify the tool
|
16 |
+
"""A tool that takes a month string as input. It outputs the birthstone of that month.
|
17 |
+
Args:
|
18 |
dob: A string representing a month of the year
|
19 |
"""
|
20 |
|