diff --git a/src/web/layout/labels.py b/src/web/layout/labels.py index b7081d7..800b498 100644 --- a/src/web/layout/labels.py +++ b/src/web/layout/labels.py @@ -117,7 +117,7 @@ for title, options in textual_map.items(): id_dict = {'type': 'annotation', 'index': title.replace('_', '-')} textual_container.children.append( dmc.Container([ - html.B(title), + html.B(title.title()), dcc.RadioItems( options=options, id=id_dict,