fluidPage(
fluidRow(
'Using a server file allows for reactivity.',
textInput(
inputId = 'test_text',
label = 'Enter Some Text',
value = '',
placeholder = 'Type here'
)
),
fluidRow(
textOutput('test_text_output')
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.