Create the UI component of mhealthannotator Shiny App

app_ui(request)

Arguments

request

Shiny request

Examples

if (FALSE) {
shinyApp(ui = app_ui, server = app_server)
}