diff --git a/stand.py b/stand.py index e2df175..18accaf 100755 --- a/stand.py +++ b/stand.py @@ -78,7 +78,7 @@ def update_grids(evt): @ui.page("/{pgroup}") -def page(pgroup: PGroup): +def table(pgroup: PGroup): # with ui.left_drawer(value=False) as ld: # dark = ui.dark_mode(value=True) # ui.switch("dark mode").bind_value(dark)