Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -9,18 +9,17 @@ ui <- page_fluid(
|
|
| 9 |
base_font = font_google("Inter")
|
| 10 |
),
|
| 11 |
|
| 12 |
-
|
| 13 |
-
div(
|
| 14 |
style = "background-color:#002147; padding:14px 24px;
|
| 15 |
display:flex; align-items:center; justify-content:space-between;
|
| 16 |
margin-bottom:20px;",
|
| 17 |
div(
|
| 18 |
-
tags$h1("
|
| 19 |
-
tags$p("
|
| 20 |
style="color:#aabbcc; margin:0; font-size:13px;")
|
| 21 |
),
|
| 22 |
tags$img(
|
| 23 |
-
src
|
| 24 |
height = "52px"
|
| 25 |
)
|
| 26 |
),
|
|
|
|
| 9 |
base_font = font_google("Inter")
|
| 10 |
),
|
| 11 |
|
| 12 |
+
div(
|
|
|
|
| 13 |
style = "background-color:#002147; padding:14px 24px;
|
| 14 |
display:flex; align-items:center; justify-content:space-between;
|
| 15 |
margin-bottom:20px;",
|
| 16 |
div(
|
| 17 |
+
tags$h1("Butler Baseball Analytics", style="color:white; margin:0; font-size:26px; font-weight:700;"),
|
| 18 |
+
tags$p("Trackman Dashboard",
|
| 19 |
style="color:#aabbcc; margin:0; font-size:13px;")
|
| 20 |
),
|
| 21 |
tags$img(
|
| 22 |
+
src = "Butler-Bulldogs-Logo-1990.png",
|
| 23 |
height = "52px"
|
| 24 |
)
|
| 25 |
),
|