Skip to content

Commit 1acde7e

Browse files
authored
Update docs/source/reference/_examples/simple_dashboard.py
1 parent d4e93af commit 1acde7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/_examples/simple_dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def update_value(value):
8383
set_value_callback(value)
8484

8585
return idom.html.fieldset(
86-
{"class": "number-input-container"},
86+
{"class_name": "number-input-container"},
8787
idom.html.legend({"style": {"font-size": "medium"}}, label),
8888
Input(update_value, "number", value, attributes=attrs, cast=float),
8989
Input(update_value, "range", value, attributes=attrs, cast=float),

0 commit comments

Comments
 (0)