Skip to content

Commit ec4054b

Browse files
authored
Make page_fillable() the default for express mode (#850)
1 parent cd3b84e commit ec4054b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shiny/express/_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
__all__ = ("wrap_express_app",)
2121

22-
_DEFAULT_PAGE_FUNCTION = ui.page_fluid
22+
_DEFAULT_PAGE_FUNCTION = ui.page_fillable
2323

2424

2525
def wrap_express_app(file: Path) -> App:

0 commit comments

Comments
 (0)