Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def get_top_chunks(query, chunk_embeddings, text_chunks):
|
|
40 |
def get_tmdb_recommendation(query):
|
41 |
url = "https://api.themoviedb.org/3/search/multi"
|
42 |
headers = {
|
43 |
-
"Authorization": f"Bearer {
|
44 |
}
|
45 |
params = {
|
46 |
"query": query,
|
|
|
40 |
def get_tmdb_recommendation(query):
|
41 |
url = "https://api.themoviedb.org/3/search/multi"
|
42 |
headers = {
|
43 |
+
"Authorization": f"Bearer {TMDB_BEARER_TOKEN}"
|
44 |
}
|
45 |
params = {
|
46 |
"query": query,
|