TimStats commited on
Commit
e532edb
·
verified ·
1 Parent(s): ed14185

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -44,7 +44,7 @@ ui <- fluidPage(
44
 
45
  # Show a plot of the generated distribution
46
  mainPanel(
47
- textOutput("stuff")
48
  textOutput ("rv")
49
 
50
  )
 
44
 
45
  # Show a plot of the generated distribution
46
  mainPanel(
47
+ textOutput("stuff"),
48
  textOutput ("rv")
49
 
50
  )