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 c3cd67f commit 3787c01Copy full SHA for 3787c01
shiny/express/_run.py
@@ -38,7 +38,6 @@ def wrap_express_app(file: Path) -> App:
38
"development and the API is subject to change!"
39
)
40
41
- app_ui = run_express(file)
42
try:
43
# We tagify here, instead of waiting for the App object to do it when it wraps
44
# the UI in a HTMLDocument and calls render() on it. This is because
0 commit comments