sanger.sidebarPanel <- sidebarPanel(
fileInput(
'file.abifs',
'Upload ABIF or Scf Files',
multiple = T
),
actionButton(
class = 'submit-color',
inputId = 'button.submit.mpa',
label = 'Submit'
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.