Update app.py
Browse files
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 |
)
|