afkdark commited on
Commit
3bea204
·
verified ·
1 Parent(s): 2d33220

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import re
5
  from transformers import pipeline
6
 
7
  # ⛔ Replace with your actual API key
8
- YOUTUBE_API_KEY = "AIzaSyBHwvf0dEMzAkrHol7FBoWu_1cnwGDMAvA"
9
 
10
  # Setup: Load Hugging Face sentiment analysis pipeline
11
  sentiment_pipeline = pipeline("sentiment-analysis")
 
5
  from transformers import pipeline
6
 
7
  # ⛔ Replace with your actual API key
8
+ YOUTUBE_API_KEY = "AIzaSyAgdAAGU2ySpnsjx1lv6dJ4fmJOXYU0Ggw"
9
 
10
  # Setup: Load Hugging Face sentiment analysis pipeline
11
  sentiment_pipeline = pipeline("sentiment-analysis")