Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ interface = gr.TabbedInterface(
|
|
225 |
fn=predict_from_form,
|
226 |
inputs=form_inputs,
|
227 |
outputs="text",
|
228 |
-
title="Mental Health Risk
|
229 |
description=(
|
230 |
"### Instructions\n"
|
231 |
"1. **For Individual Users**: Use a unique and special name instead of your real name to maintain privacy.\n"
|
|
|
225 |
fn=predict_from_form,
|
226 |
inputs=form_inputs,
|
227 |
outputs="text",
|
228 |
+
title="PsyRiskAI – AI-Based Assessment of 33 Mental Health Risk Factors",
|
229 |
description=(
|
230 |
"### Instructions\n"
|
231 |
"1. **For Individual Users**: Use a unique and special name instead of your real name to maintain privacy.\n"
|