Spaces:
Running
Running
minor tweak
Browse files
app/app.R
CHANGED
|
@@ -54,9 +54,6 @@ if (TRUE) {
|
|
| 54 |
|
| 55 |
|
| 56 |
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
# ==============================================================================
|
| 61 |
# Helper Functions
|
| 62 |
# ==============================================================================
|
|
@@ -636,12 +633,8 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
| 636 |
|
| 637 |
br(),
|
| 638 |
|
| 639 |
-
|
| 640 |
-
|
| 641 |
-
# h3(strong(textOutput(outputId = "text_performance_models"))),
|
| 642 |
-
|
| 643 |
-
# h4(textOutput(outputId = "text_performance_models_note")),
|
| 644 |
-
|
| 645 |
br(),
|
| 646 |
|
| 647 |
# Controls ============================================================================
|
|
|
|
| 54 |
|
| 55 |
|
| 56 |
|
|
|
|
|
|
|
|
|
|
| 57 |
# ==============================================================================
|
| 58 |
# Helper Functions
|
| 59 |
# ==============================================================================
|
|
|
|
| 633 |
|
| 634 |
br(),
|
| 635 |
|
| 636 |
+
markdown(""),
|
| 637 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 638 |
br(),
|
| 639 |
|
| 640 |
# Controls ============================================================================
|