Skip to content

Commit

Permalink
Update docs/source/reference/_examples/simple_dashboard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmorshea authored Feb 20, 2023
1 parent d4e93af commit 1acde7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/_examples/simple_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def update_value(value):
set_value_callback(value)

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

0 comments on commit 1acde7e

Please sign in to comment.