add_model_resnet18 #31

Merged
brian merged 47 commits from add_model_resnet18 into main 2024-04-03 21:04:23 +02:00
Showing only changes of commit 0a3a07da12 - Show all commits
+1 -1
View File
@@ -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,