Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def get_horoscope(sign: str, date: str = None, language: str = "EN") -> str:
|
|
82 |
return f"Error fetching horoscope: {str(e)}"
|
83 |
|
84 |
@tool
|
85 |
-
def get_date_panchang(date: str = None
|
86 |
"""Fetches the Panchang data for a given date.
|
87 |
If the user does not provide a date, use today's real date.
|
88 |
Args:
|
|
|
82 |
return f"Error fetching horoscope: {str(e)}"
|
83 |
|
84 |
@tool
|
85 |
+
def get_date_panchang(date: str = None, data_language: str = "EN") -> str:
|
86 |
"""Fetches the Panchang data for a given date.
|
87 |
If the user does not provide a date, use today's real date.
|
88 |
Args:
|