output$feedback_subclass <- renderText({
paste0(
fade_in(div(class = 'info_tip',
if(input$var_pivot == "antimicrobial_sub_class") span(icon("lightbulb"), "You can select a specific antimicrobial class (e.g. Beta lactam) in the filter section")
)
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.