Dy commited on
Commit
cf58cc3
·
1 Parent(s): 8279126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ iface = gr.Interface(
101
  inputs=inputs,
102
  outputs=gr.outputs.Textbox(label="Suggested Self-Care Activity"),
103
  title="Self-Care Activity Suggestion",
104
- description="Select an emotional state and intensity level to receive a self-care activity suggestion. \n Please note that this is NOT a professional mental health tool and should be used as such. \n If you having any severe symptoms or self-harm thoughts, please consult a professional IMMEDIATELY."
105
  )
106
 
107
  iface.launch()
 
101
  inputs=inputs,
102
  outputs=gr.outputs.Textbox(label="Suggested Self-Care Activity"),
103
  title="Self-Care Activity Suggestion",
104
+ description="Select an emotional state and intensity level to receive a self-care activity suggestion. \n Please note that this is NOT a professional mental health tool and should not be used as such. \n If you are having any severe symptoms or self-harm thoughts, please consult a professional IMMEDIATELY."
105
  )
106
 
107
  iface.launch()