Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ojeda01
/
SentimentAnalysisUANL
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ojeda01
commited on
Aug 2, 2024
Commit
668588c
·
verified
·
1 Parent(s):
bd3ed55
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
-
pip
install nltk
2
3
import streamlit as st
4
from collections import Counter
1
+
import
os
2
+
os.system('pip install nltk')
3
4
import streamlit as st
5
from collections import Counter