Dugerij commited on
Commit
18fd2cb
·
verified ·
1 Parent(s): ef2a92e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def get_astro_prediction(birthday:str, date_of_interest: str)-> str: #it's impor
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that pulls the days astology prediction for the given birthday
15
  Args:
16
- brithday: the birthday for determining the zodiac sign
17
  date_of_interest: the day for which the astrology prediction is needed.
18
  """
19
  search_query=f"What can I expect on the {date_of_interest}, given I was born on {birthday}"
 
13
  #Keep this format for the description / args / args description but feel free to modify the tool
14
  """A tool that pulls the days astology prediction for the given birthday
15
  Args:
16
+ birthday: the birthday for determining the zodiac sign
17
  date_of_interest: the day for which the astrology prediction is needed.
18
  """
19
  search_query=f"What can I expect on the {date_of_interest}, given I was born on {birthday}"