kndambuki commited on
Commit
892b34c
·
verified ·
1 Parent(s): 73ed319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def destiny_still_arrives(name:str, dob:str)-> str: #it's import to specify the
15
  # Keep this format for the description / args / args description but feel free to modify the tool
16
  """A tool that takes a name, age or date of birth as input. It outputs the meaning of the name, an image of that person's birthstone and a horoscope reading of the day.
17
  Args:
18
- name: A string representing a person's age
19
- age_or_dob: A string representing a person's age or date of birth
20
  """
21
  def get_birthstone(name: str, dob: str):
22
  birthstones = {
 
15
  # Keep this format for the description / args / args description but feel free to modify the tool
16
  """A tool that takes a name, age or date of birth as input. It outputs the meaning of the name, an image of that person's birthstone and a horoscope reading of the day.
17
  Args:
18
+ name: A string representing a person's name
19
+ dob: A string representing a person's date of birth
20
  """
21
  def get_birthstone(name: str, dob: str):
22
  birthstones = {