From 23afbea6c8a01b8d7034cf0d4e551845e25ddb77 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Sat, 9 May 2026 14:53:56 +0200 Subject: [PATCH] renamed page -> table --- stand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)