Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 30, 2024
1 parent fdbbb98 commit 403684f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def Page():
dense = solara.use_reactive(False)
outlined = solara.use_reactive(True)
text = solara.use_reactive(True)

with solara.GridFixed(4):
solara.Checkbox(label="Use icon", value=icon)
solara.Checkbox(label="Show dense", value=dense)
Expand All @@ -36,5 +36,4 @@ def Page():
)



__doc__ += apidoc(solara.Error.f) # type: ignore

0 comments on commit 403684f

Please sign in to comment.