Skip to contents

Builds a bslib::page_sidebar() layout with filter controls in the sidebar and the scatter plot in the main panel.

Usage

movies_ui()

Value

A shiny.tag UI definition.

See also

Examples

if (FALSE) { # \dontrun{
shiny::shinyApp(ui = movies_ui(), server = movies_server)
} # }