Evnx26 commited on
Commit
72d34b4
·
verified ·
1 Parent(s): 431ae5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import nltk
12
  nltk.download('stopwords')
13
  nltk.download('punkt')
14
  nltk.download('punkt_tab')
15
- nltk.downlaod('wordnet')
16
 
17
  st.image("x_logo.png", width=100)
18
  st.title('X Sentiment Analysis Prediction')
 
12
  nltk.download('stopwords')
13
  nltk.download('punkt')
14
  nltk.download('punkt_tab')
15
+ nltk.download('wordnet')
16
 
17
  st.image("x_logo.png", width=100)
18
  st.title('X Sentiment Analysis Prediction')