temo12 commited on
Commit
a52005e
·
verified ·
1 Parent(s): 935787c

Update backend.py

Browse files
Files changed (1) hide show
  1. 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 = "YOUR_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):