From 5055488134d63ca46b9c2fa3423079b82d13216a Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Mon, 11 Dec 2023 13:04:51 -0600 Subject: [PATCH] Express: change default page function to page_fixed (#892) --- shiny/express/_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiny/express/_run.py b/shiny/express/_run.py index 995a1a560..9d776ded3 100644 --- a/shiny/express/_run.py +++ b/shiny/express/_run.py @@ -20,7 +20,7 @@ __all__ = ("wrap_express_app",) -_DEFAULT_PAGE_FUNCTION = ui.page_fillable +_DEFAULT_PAGE_FUNCTION = ui.page_fixed def wrap_express_app(file: Path) -> App: