Spaces:
Runtime error
Runtime error
RahelJadhav
commited on
Update app.py
Browse files
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
|
|
|
|
|
|
|
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")
|