diff --git a/explainerdashboard/dashboard_components/regression_components.py b/explainerdashboard/dashboard_components/regression_components.py index 0dc544a..78ea4d4 100644 --- a/explainerdashboard/dashboard_components/regression_components.py +++ b/explainerdashboard/dashboard_components/regression_components.py @@ -443,7 +443,7 @@ def layout(self): return dbc.Card([ make_hideable( dbc.CardHeader([ - html.H3(self.title, id='reg-prediction-title-'+self.name, classname='card-title'), + html.H3(self.title, id='reg-prediction-title-'+self.name, className='card-title'), dbc.Tooltip(self.description, target='reg-prediction-title-'+self.name), ]), hide=self.hide_title), dbc.CardBody([