Update app.R
Browse files
app.R
CHANGED
|
@@ -387,7 +387,7 @@ ui <- fluidPage(
|
|
| 387 |
div(
|
| 388 |
style = "height: 100%; padding: 10px; background-color: #f8f9fa; border-right: 1px solid #dee2e6;",
|
| 389 |
p("X: ", a("(@TimStats)", href = "https://twitter.com/timstats")),
|
| 390 |
-
p("Data Contains 2020-2025")
|
| 391 |
p("Data Updated To:", Sys.Date() - 1),
|
| 392 |
|
| 393 |
div(
|
|
|
|
| 387 |
div(
|
| 388 |
style = "height: 100%; padding: 10px; background-color: #f8f9fa; border-right: 1px solid #dee2e6;",
|
| 389 |
p("X: ", a("(@TimStats)", href = "https://twitter.com/timstats")),
|
| 390 |
+
p("Data Contains 2020-2025"),
|
| 391 |
p("Data Updated To:", Sys.Date() - 1),
|
| 392 |
|
| 393 |
div(
|