srinivas-mushroom commited on
Commit
8a94dc4
1 Parent(s): e5abde8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ chatgpt3_demo = gr.Interface.load(
36
  sentiment_demo = gr.Interface.load(
37
  "models/LiYuan/amazon-review-sentiment-analysis",
38
  title=None,
39
- description="Sentiment Analysis",
40
  )
41
 
42
 
 
36
  sentiment_demo = gr.Interface.load(
37
  "models/LiYuan/amazon-review-sentiment-analysis",
38
  title=None,
39
+ description="Amazon Reviews",
40
  )
41
 
42