From 0bb176a766bef8f5c8d366e9cefa03bccc159825 Mon Sep 17 00:00:00 2001 From: Carson Date: Wed, 6 Dec 2023 10:11:45 -0600 Subject: [PATCH] Close #846. Make page_fillable() the default for express mode --- 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 cf3db87ad..9ad1736c1 100644 --- a/shiny/express/_run.py +++ b/shiny/express/_run.py @@ -19,7 +19,7 @@ __all__ = ("wrap_express_app",) -_DEFAULT_PAGE_FUNCTION = ui.page_fluid +_DEFAULT_PAGE_FUNCTION = ui.page_fillable def wrap_express_app(file: Path) -> App: