BilalSardar commited on
Commit
c7e8fe3
·
verified ·
1 Parent(s): 6a80f74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
38
  gr.Textbox(label="Prediction Description")
39
  ],
40
  title="Music & Mental Health Predictor",
41
- description="This Model has been trained on this <a href="https://www.kaggle.com/datasets/catherinerasgaitis/mxmh-survey-results">Dataset</a>.",
42
  theme=gr.themes.Soft(),
43
  examples=[[18,3,0,1,0,156]]
44
  )
 
38
  gr.Textbox(label="Prediction Description")
39
  ],
40
  title="Music & Mental Health Predictor",
41
+ description="""This Model has been trained on this <a href="https://www.kaggle.com/datasets/catherinerasgaitis/mxmh-survey-results">Dataset</a>.""",
42
  theme=gr.themes.Soft(),
43
  examples=[[18,3,0,1,0,156]]
44
  )