Harshavarma04 commited on
Commit
f468f30
·
verified ·
1 Parent(s): 9e87fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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