Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def get_date_panchang(date: str = None, data_language: str = "EN") -> str:
|
|
108 |
)
|
109 |
|
110 |
headers = {
|
111 |
-
"
|
112 |
"Content-Type": "application/json"
|
113 |
}
|
114 |
|
|
|
108 |
)
|
109 |
|
110 |
headers = {
|
111 |
+
"api_key": "anvl_bharat_cal123", # Replace with your actual token
|
112 |
"Content-Type": "application/json"
|
113 |
}
|
114 |
|