Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ examples=["It's been a rollercoaster lately. One moment I'm on top of the world,
|
|
25 |
io = gr.Interface(fn=text_classification,
|
26 |
inputs= gr.Textbox(lines=2, label="Text", placeholder="Enter title here..."),
|
27 |
outputs=gr.Textbox(lines=2, label="Text Classification Result"),
|
28 |
-
title="
|
29 |
description="Enter a text and see the text classification result!",
|
30 |
examples=examples)
|
31 |
|
|
|
25 |
io = gr.Interface(fn=text_classification,
|
26 |
inputs= gr.Textbox(lines=2, label="Text", placeholder="Enter title here..."),
|
27 |
outputs=gr.Textbox(lines=2, label="Text Classification Result"),
|
28 |
+
title="Mental Health Classification",
|
29 |
description="Enter a text and see the text classification result!",
|
30 |
examples=examples)
|
31 |
|