update
Browse files
app.py
CHANGED
@@ -304,4 +304,4 @@ custom_css = """
|
|
304 |
color: #1B1212 !important;
|
305 |
}
|
306 |
"""
|
307 |
-
gr.Interface(fn=predict_with_text, inputs=inputs, outputs=outputs, title="Adolescents Mental Health
|
|
|
304 |
color: #1B1212 !important;
|
305 |
}
|
306 |
"""
|
307 |
+
gr.Interface(fn=predict_with_text, inputs=inputs, outputs=outputs, title="Adolescents with Substance Use Mental Health Screening From NSDUH Data", css=custom_css).launch()
|