Spaces:
Sleeping
Sleeping
Update GlobalMovies.py
Browse files- GlobalMovies.py +1 -1
GlobalMovies.py
CHANGED
|
@@ -8,7 +8,7 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
| 8 |
# -----------------------------
|
| 9 |
# TMDB API Setup
|
| 10 |
# -----------------------------
|
| 11 |
-
API_KEY = "
|
| 12 |
|
| 13 |
# -----------------------------
|
| 14 |
# Region + Language Mapping
|
|
|
|
| 8 |
# -----------------------------
|
| 9 |
# TMDB API Setup
|
| 10 |
# -----------------------------
|
| 11 |
+
API_KEY = "3859ec79f3bda0615907794345ff1f17" # 🔁 Replace with your actual TMDB key
|
| 12 |
|
| 13 |
# -----------------------------
|
| 14 |
# Region + Language Mapping
|