GoodML commited on
Commit
af653d5
1 Parent(s): 3aa6a54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def main():
159
  comments_df['sentiment'] = comments_df['comment'].apply(lambda x: analyze_sentiment(x[:512]))
160
  sentiment_counts = comments_df['sentiment'].value_counts()
161
 
162
- channel_name, video_title = fetch_video_info(video_url)
163
 
164
  st.write(f"**Channel Name:** {channel_name}")
165
  st.write(f"**Video Description:** {video_title}")
 
159
  comments_df['sentiment'] = comments_df['comment'].apply(lambda x: analyze_sentiment(x[:512]))
160
  sentiment_counts = comments_df['sentiment'].value_counts()
161
 
162
+ channel_name, video_title = fetch_video_info(video_id)
163
 
164
  st.write(f"**Channel Name:** {channel_name}")
165
  st.write(f"**Video Description:** {video_title}")