Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sj8287
/
Sentiment_Classification
like
0
Runtime error
App
Files
Files
Community
bd7db97
Sentiment_Classification
/
app
/
__init__.py
Sj8287
Duplicate from Sj8287/Sentiment_Classification
bd7db97
over 1 year ago
raw
Copy download link
history
blame
Safe
83 Bytes
from
flask
import
Flask,render_template
app=Flask(__name__)
from
app
import
routes