Update app.py
Browse files
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="
|
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 |
|