Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
b22ee075
/
Sentiment-classification
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b22ee075
commited on
Apr 20, 2024
Commit
af74c09
·
verified
·
1 Parent(s):
f6d74c5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
pip install seaborn
2
-
mport
gradio as gr
3
import matplotlib.pyplot as plt
4
import seaborn as sns
5
1
pip install seaborn
2
+
import
gradio as gr
3
import matplotlib.pyplot as plt
4
import seaborn as sns
5