Spaces:
Running
Running
Update app.py
Browse files
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="
|
155 |
-
description="
|
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()
|