Example:
from shiny.express import input, ui
with ui.nav_panel(title="One"):
"one"
with ui.sidebar():
"hello"
Results in this error:
ERROR: Error loading ASGI app. Attribute "_2f_Users_2f_winston_2f_Projects_2f_py_2d_shiny_2f_examples_2f_express_2f_sidebar_5f_app_2e_py" not found in module "shiny.express.app".