Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
git add app.py requirements.txt
|
| 2 |
-
git commit -m "Initial commit"
|
| 3 |
-
git push
|
| 4 |
-
|
| 5 |
import streamlit as st
|
| 6 |
import nltk
|
| 7 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import nltk
|
| 3 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|