krrishk22 commited on
Commit
6d40909
·
verified ·
1 Parent(s): 6551afd

Update app.py

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