bb <- ui_text(inputId = "aa",label = "bb",value = "cc",width = "80%");
shiny_input(bb);
class(bb);
ins_ui_number_slider <- ui_number_slider();
shiny_input(ins_ui_number_slider);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.