Nothing
ui <- bslib::page_fluid(
theme = gptstudio:::create_chat_app_theme(),
gptstudio:::mod_chat_ui("chat")
)
server <- function(input, output, session) {
gptstudio:::mod_chat_server("chat")
}
shinyApp(ui, server)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.