Main UI for the Movie Explorer application
movies_ui.RdBuilds a bslib::page_sidebar() layout with filter controls in the sidebar
and the scatter plot in the main panel.
See also
Other Application Components:
launch_app(),
movies_server()
Examples
if (FALSE) { # \dontrun{
shiny::shinyApp(ui = movies_ui(), server = movies_server)
} # }