Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ 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 |
-
|
19 |
"""
|
20 |
|
21 |
birthstones = {
|
|
|
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 |
+
month: A string representing a month of the year
|
19 |
"""
|
20 |
|
21 |
birthstones = {
|