Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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}"
|