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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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