krrishk22 commited on
Commit
e1ea60f
·
verified ·
1 Parent(s): c935866

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ def get_date_panchang(date: str = None, data_language: str = "EN") -> str:
108
  )
109
 
110
  headers = {
111
- "Authorization": "anvl_bharat_cal123", # Replace with your actual token
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