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.
1 parent 6a28a59 commit 5055488Copy full SHA for 5055488
shiny/express/_run.py
@@ -20,7 +20,7 @@
20
21
__all__ = ("wrap_express_app",)
22
23
-_DEFAULT_PAGE_FUNCTION = ui.page_fillable
+_DEFAULT_PAGE_FUNCTION = ui.page_fixed
24
25
26
def wrap_express_app(file: Path) -> App:
0 commit comments