Krittaprot commited on
Commit
51f9816
1 Parent(s): 9107744

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -237,7 +237,6 @@ def create_sentiment_analysis_chart(data):
237
 
238
  def process_youtube_comments(youtube_link, max_comments, stop_words):
239
  # Process the YouTube link and generate the word cloud, summary, and sentiment analysis
240
- video_id = extract_youtube_video_id(youtube_link)
241
 
242
  # Pull comments from the YouTube Video
243
  comments_df = comments_collector(video_link=video_id, max_comments=max_comments)
 
237
 
238
  def process_youtube_comments(youtube_link, max_comments, stop_words):
239
  # Process the YouTube link and generate the word cloud, summary, and sentiment analysis
 
240
 
241
  # Pull comments from the YouTube Video
242
  comments_df = comments_collector(video_link=video_id, max_comments=max_comments)