pradanaadn commited on
Commit
24d3701
·
verified ·
1 Parent(s): ac84e50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ examples=["It's been a rollercoaster lately. One moment I'm on top of the world,
20
  io = gr.Interface(fn=text_classification,
21
  inputs= gr.Textbox(lines=2, label="Text", placeholder="Enter title here..."),
22
  outputs=gr.Textbox(lines=2, label="Text Classification Result"),
23
- title="Mental Health Classification",
24
  description="Enter a text and see the text classification result!",
25
  examples=examples)
26
 
 
20
  io = gr.Interface(fn=text_classification,
21
  inputs= gr.Textbox(lines=2, label="Text", placeholder="Enter title here..."),
22
  outputs=gr.Textbox(lines=2, label="Text Classification Result"),
23
+ title="Suicidal Intent Detection",
24
  description="Enter a text and see the text classification result!",
25
  examples=examples)
26