kndambuki commited on
Commit
33f8a88
·
verified ·
1 Parent(s): fbf7387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- dob: A string representing a month of the year
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 = {