- shiny::textInput(inputId = "kappaInput", label = shiny::HTML(
- paste0("Maximum value", shiny::tags$sup("[?]",
- title = "This describes the prior belief of R0, and should
- be set to a higher value if R0 is believed to be
- larger. (Default: 20)"))), value = "20"),
+ shiny::textInput(inputId = "kappaInput",
+ label = shiny::HTML(paste0("Maximum value", shiny::tags$sup("[?]",
+ title = paste0("This describes the prior belief of R0, and ",
+ "should be set to a higher value if R0 is ",
+ "believed to be larger. (Default: 20)")))),
+ value = "20"),