RahelJadhav commited on
Commit
81468bb
·
verified ·
1 Parent(s): 5c15a31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")