remove submit button from example 3

This commit is contained in:
JJ Allaire
2012-07-23 12:08:54 -07:00
parent c4922d1655
commit b2db41c7f4

View File

@@ -24,9 +24,7 @@ shinyUI(
max = 10000,
value = 500),
checkboxInput("animate", "Animate"),
submitButton()
checkboxInput("animate", "Animate")
),
mainPanel(