pantdipendra commited on
Commit
fae8e09
·
verified ·
1 Parent(s): d3705d1
Files changed (1) hide show
  1. app.py +1 -1
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 Multi-Output Prediction From NSDUH Data", css=custom_css).launch()
 
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()