We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
page_fillable()
1 parent cd3b84e commit ec4054bCopy full SHA for ec4054b
shiny/express/_run.py
@@ -19,7 +19,7 @@
19
20
__all__ = ("wrap_express_app",)
21
22
-_DEFAULT_PAGE_FUNCTION = ui.page_fluid
+_DEFAULT_PAGE_FUNCTION = ui.page_fillable
23
24
25
def wrap_express_app(file: Path) -> App:
0 commit comments