Reflect min parameter changing

This commit is contained in:
Joe Cheng
2013-07-04 12:18:59 -07:00
parent 90890c4f38
commit 29e4350519

View File

@@ -30,7 +30,7 @@ shinyUI(pageWithSidebar(
sidebarPanel(
sliderInput("obs",
"Number of observations:",
min = 0,
min = 1,
max = 1000,
value = 500)
),