Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -116,6 +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 |
|
120 |
with gr.Row():
|
121 |
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 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")
|