Shakirul360 commited on
Commit
62e0d6c
·
verified ·
1 Parent(s): 37d9988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Understand your Depression Levels",
156
- description="A questionnaire to determine potential depression severity using the questions below - ")
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)