Spaces:
Sleeping
Sleeping
Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
|
@@ -15,7 +15,7 @@ nlp = spacy.load("en_core_web_sm")
|
|
| 15 |
sia = SentimentIntensityAnalyzer()
|
| 16 |
|
| 17 |
# YouTube Data API key
|
| 18 |
-
YOUTUBE_API_KEY = "
|
| 19 |
|
| 20 |
# Fetch metadata of YouTube Video
|
| 21 |
def fetch_video_metadata(video_url):
|
|
|
|
| 15 |
sia = SentimentIntensityAnalyzer()
|
| 16 |
|
| 17 |
# YouTube Data API key
|
| 18 |
+
YOUTUBE_API_KEY = "AIzaSyDUVh0epMGyeAFwaGl2v58tqlwcsIXzAcU"
|
| 19 |
|
| 20 |
# Fetch metadata of YouTube Video
|
| 21 |
def fetch_video_metadata(video_url):
|