Update app.py
Browse files
app.py
CHANGED
|
@@ -152,7 +152,7 @@ output = gr.Textbox(label="Predicted Depression Level")
|
|
| 152 |
|
| 153 |
|
| 154 |
# Create Gradio interface
|
| 155 |
-
iface = gr.Interface(fn=predict_depression_level, inputs=inputs, outputs=output, title="
|
| 156 |
-
description="A questionnaire to determine potential depression severity
|
| 157 |
|
| 158 |
iface.launch(debug=True, share=True)
|
|
|
|
| 152 |
|
| 153 |
|
| 154 |
# Create Gradio interface
|
| 155 |
+
iface = gr.Interface(fn=predict_depression_level, inputs=inputs, outputs=output, title="SAD: Self Assessment of Depression",
|
| 156 |
+
description="A questionnaire to determine potential depression severity.")
|
| 157 |
|
| 158 |
iface.launch(debug=True, share=True)
|