Ifeanyi commited on
Commit
6be8229
1 Parent(s): 93d9d22

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -8,7 +8,7 @@ library(GWalkR)
8
  ui <- fluidPage(
9
  includeCSS("styles.css"),
10
  useShinyjs(),
11
- #setBackgroundColor(color = c("white","#007acc"),gradient = c("linear","radial")),
12
  title = "Data Explorer",
13
  theme = shinytheme("cerulean"),
14
  tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:#007acc;"),
 
8
  ui <- fluidPage(
9
  includeCSS("styles.css"),
10
  useShinyjs(),
11
+ setBackgroundColor(color = c("white","#007acc"),gradient = c("linear","radial")),
12
  title = "Data Explorer",
13
  theme = shinytheme("cerulean"),
14
  tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:#007acc;"),