Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
| 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}")
|