RahelJadhav commited on
Commit
b4969dc
1 Parent(s): 42cf8b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -116,10 +116,7 @@ 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 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")
 
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 personalized insights into their mental health. Based on these predicted values, the app also recommends tailored music tracks designed to help manage and alleviate specific symptoms. By combining mental health assessment with mood-enhancing music recommendations, this tool offers a unique, holistic approach to supporting emotional well-being and self-care.")
 
 
 
120
 
121
  with gr.Row():
122
  condition = gr.Radio(["Anxiety", "Depression", "Insomnia", "OCD"], label="Select Condition")