RahelJadhav commited on
Commit
42cf8b7
·
verified ·
1 Parent(s): 81468bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -116,7 +116,10 @@ def predict_and_recommend(condition, *inputs):
116
  # Define the Gradio interface
117
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
118
  gr.Markdown("# Music & Mental Health Predictor")
119
- gr.Markdown("### This is an application that calculates an individuals level of mental health from the range of 0-10")
 
 
 
120
 
121
  with gr.Row():
122
  condition = gr.Radio(["Anxiety", "Depression", "Insomnia", "OCD"], label="Select Condition")
 
116
  # Define the Gradio interface
117
  with gr.Blocks(theme=gr.themes.Soft()) as demo:
118
  gr.Markdown("# Music & Mental Health Predictor")
119
+ gr.Markdown("### This innovative application predicts levels of anxiety, depression, insomnia, and OCD on a scale of 0 to 10, providing users with
120
+ personalized insights into their mental health. Based on these predicted values, the app also recommends tailored music tracks designed to help
121
+ manage and alleviate specific symptoms. By combining mental health assessment with mood-enhancing music recommendations, this tool offers a unique,
122
+ holistic approach to supporting emotional well-being and self-care.")
123
 
124
  with gr.Row():
125
  condition = gr.Radio(["Anxiety", "Depression", "Insomnia", "OCD"], label="Select Condition")