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: