Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import requests
|
|
5 |
API_BASE_URL = "https://bhagavad-gita3.p.rapidapi.com/v2/chapters/"
|
6 |
HEADERS = {
|
7 |
"X-RapidAPI-Host": "bhagavad-gita3.p.rapidapi.com",
|
8 |
-
"X-RapidAPI-Key": "
|
9 |
}
|
10 |
|
11 |
# Fetch chapters
|
|
|
5 |
API_BASE_URL = "https://bhagavad-gita3.p.rapidapi.com/v2/chapters/"
|
6 |
HEADERS = {
|
7 |
"X-RapidAPI-Host": "bhagavad-gita3.p.rapidapi.com",
|
8 |
+
"X-RapidAPI-Key": "34237ba39emsh7f807056d3b95eep184935jsnc730c8e0624d" # Replace with your RapidAPI key
|
9 |
}
|
10 |
|
11 |
# Fetch chapters
|