douglasgoodwin commited on
Commit
d29eb8d
·
verified ·
1 Parent(s): 45fb139
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ iface = gr.Interface(
18
  fn=predict_emotion,
19
  inputs=gr.Textbox(lines=3, placeholder="Enter text here..."),
20
  outputs=gr.Label(num_top_classes=6),
21
- title="Emotion Detector",
22
  description="Enter some text and see the predicted emotions.",
23
  )
24
 
 
18
  fn=predict_emotion,
19
  inputs=gr.Textbox(lines=3, placeholder="Enter text here..."),
20
  outputs=gr.Label(num_top_classes=6),
21
+ title="Creative Machines: Sentiment Analysis",
22
  description="Enter some text and see the predicted emotions.",
23
  )
24