NaimaAqeel commited on
Commit
fc73e0d
·
verified ·
1 Parent(s): b0bda03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -151,8 +151,8 @@ iface = gr.Interface(
151
  ["I feel sad and lonely today"],
152
  ["I'm angry about what happened"]
153
  ],
154
- title="Advanced Emotion Analyzer",
155
- description="Accurately detects emotions in both simple and complex sentences."
156
  )
157
 
158
  iface.launch()
 
151
  ["I feel sad and lonely today"],
152
  ["I'm angry about what happened"]
153
  ],
154
+ title="EmoBot",
155
+ description="Detects complex emotional states including underlying emotions and provides balanced recommendations."
156
  )
157
 
158
  iface.launch()