diff --git a/components/make-static-previews.py b/components/make-static-previews.py index 2ee22e0..50dcc96 100644 --- a/components/make-static-previews.py +++ b/components/make-static-previews.py @@ -80,6 +80,8 @@ def enrich_app_ui(app_ui: Tag): being intialized as part of the Shiny binding process. """ app_ui.append(shiny.html_dependencies.shiny_deps()) + # Don't ever show busy indication since these are static previews + app_ui.append(shiny.ui.busy_indicators.use(spinners=False, pulse=False)) app_ui.append( head_content( tags.script(