Renders an empty state message for artists with no artworks. Displays different content depending on whether the viewer is the artist (owner) or a visitor.
emptyStateUI(ns, is_owner = FALSE)Shiny UI tagList
if (FALSE) { # \dontrun{
output$empty_state <- renderUI({
emptyStateUI(ns, is_owner = FALSE)
})
} # }