TimStats commited on
Commit
7a2f00b
·
verified ·
1 Parent(s): d389561

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -418,7 +418,7 @@ ui <- fluidPage(
418
 
419
  mainPanel(
420
  width = 9,
421
- plotOutput("Plot",style = "background-color: #333333;")
422
  )
423
  )
424
  )
 
418
 
419
  mainPanel(
420
  width = 9,
421
+ plotOutput("Plot")
422
  )
423
  )
424
  )