pradanaadn commited on
Commit
532fc12
·
verified ·
1 Parent(s): 71dafc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Text Classification",
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