Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
-
import nltk
|
3 |
-
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|
4 |
|
|
|
|
|
5 |
# Ensure the VADER lexicon is downloaded
|
6 |
nltk.download('vader_lexicon')
|
7 |
|
|
|
1 |
import streamlit as st
|
|
|
|
|
2 |
|
3 |
+
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|
4 |
+
import nltk
|
5 |
# Ensure the VADER lexicon is downloaded
|
6 |
nltk.download('vader_lexicon')
|
7 |
|