Sravanth commited on
Commit
9187dc4
1 Parent(s): fc12d1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ inference = Inference(model, vectorizer)
46
 
47
  @app.get("/")
48
  def home():
49
- #return {"message": "Welcome to Sentiment Analysis API"}
50
 
51
  @app.get("/predict/{review}")
52
  def predict_sentiment(review: str):
 
46
 
47
  @app.get("/")
48
  def home():
49
+ return {"message": "Welcome to Sentiment Analysis API"}
50
 
51
  @app.get("/predict/{review}")
52
  def predict_sentiment(review: str):