Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -304,7 +304,7 @@ ui <- dashboardPage(
|
|
304 |
),
|
305 |
|
306 |
box(
|
307 |
-
width =
|
308 |
status = "info", solidHeader = TRUE,
|
309 |
DTOutput("outcomes_table")
|
310 |
)
|
|
|
304 |
),
|
305 |
|
306 |
box(
|
307 |
+
width = 6, title = "Preview of Outcomes (Y)",
|
308 |
status = "info", solidHeader = TRUE,
|
309 |
DTOutput("outcomes_table")
|
310 |
)
|