Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
tgouhier committed May 11, 2013
1 parent ff6d069 commit 38b863d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Central Limit Theorem
========================================================

This is a simple Shiny web application using R demonstrating the Central Limit Theorem.
This is a simple Shiny web application demonstrating the Central Limit Theorem.

4 changes: 2 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ shinyUI(pageWithSidebar(
sliderInput("k",
"Number of random variables sampled from parent distribution:",
value = 10,
min = 2,
max = 400)
min = 1,
max = 100)
),

mainPanel(
Expand Down

0 comments on commit 38b863d

Please sign in to comment.