model_predict <- function(tbl, model){
data.frame(curve = tbl[["runs"]],
prediction = predict(model, newdata = tbl)[["data"]][["response"]])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.