output$text_feedback_interventions_baseline <- renderText({
return(HTML(interventions$message_baseline_interventions))
})
output$text_feedback_interventions_future <- renderText({
return(HTML(interventions$message_future_interventions))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.