Update app.R
Browse files
app.R
CHANGED
@@ -8,7 +8,7 @@ library(GWalkR)
|
|
8 |
ui <- fluidPage(
|
9 |
includeCSS("styles.css"),
|
10 |
useShinyjs(),
|
11 |
-
|
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;"),
|