Spaces:
Sleeping
Sleeping
Update app.R
Browse files
app.R
CHANGED
|
@@ -196,11 +196,11 @@ ui <- grid_page(
|
|
| 196 |
textInput("title","Card Title"),
|
| 197 |
actionButton("update1","Make Card",icon("plus"),
|
| 198 |
style = "color: #FFFFFF; background-color: #0077B6"),
|
| 199 |
-
width =
|
| 200 |
),
|
| 201 |
grid_card_text(
|
| 202 |
area = "header",
|
| 203 |
-
content = "2024 MLB/AAA/FSL Summary Cards (BETA)",
|
| 204 |
alignment = "start",
|
| 205 |
is_title = FALSE
|
| 206 |
),
|
|
|
|
| 196 |
textInput("title","Card Title"),
|
| 197 |
actionButton("update1","Make Card",icon("plus"),
|
| 198 |
style = "color: #FFFFFF; background-color: #0077B6"),
|
| 199 |
+
width = 15,
|
| 200 |
),
|
| 201 |
grid_card_text(
|
| 202 |
area = "header",
|
| 203 |
+
content = "2024 MLB/AAA/FSL Summary Cards (BETA: Meant for computers, zoom out if scrollbar is showing)",
|
| 204 |
alignment = "start",
|
| 205 |
is_title = FALSE
|
| 206 |
),
|