TimStats commited on
Commit
8ff3475
·
verified ·
1 Parent(s): 128906e

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
 
49
  )
50
  )
 
44
 
45
  # Show a plot of the generated distribution
46
  mainPanel(
47
+ verbatimTextOutput("stuff")
48
 
49
  )
50
  )