Spaces:
Running
Running
reverted to 0.1.3
Browse files
app/app.R
CHANGED
@@ -344,18 +344,19 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
344 |
fluidPage(
|
345 |
|
346 |
markdown("# **Model Performance**"),
|
347 |
-
markdown("### **Note 1**: Experimental features. Changes to be expected in the coming days."),
|
348 |
-
markdown("### **Note 2**: Define the range in `Payout Summary` first."),
|
349 |
-
br(),
|
350 |
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
)
|
|
|
|
|
|
|
|
|
359 |
|
360 |
) # End of fluidPage
|
361 |
|
@@ -415,7 +416,6 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
415 |
- #### **0.1.1** — Added a functional `Payout Summary` page
|
416 |
- #### **0.1.2** — `Payout Summary` layout updates
|
417 |
- #### **0.1.3** — Added `Raw Data`
|
418 |
-
- #### **0.1.4** — Added experimental features in `Model Performance`
|
419 |
"),
|
420 |
|
421 |
br(),
|
@@ -434,7 +434,7 @@ ui <- shinydashboardPlus::dashboardPage(
|
|
434 |
|
435 |
footer = shinydashboardPlus::dashboardFooter(
|
436 |
left = "Powered by ❤️, ☕, Shiny, and 🤗 Spaces",
|
437 |
-
right = paste0("Version 0.1.
|
438 |
|
439 |
)
|
440 |
|
|
|
344 |
fluidPage(
|
345 |
|
346 |
markdown("# **Model Performance**"),
|
|
|
|
|
|
|
347 |
|
348 |
+
markdown("![image](https://media.giphy.com/media/cftSzNoCTfSyAWctcl/giphy.gif)")
|
349 |
+
|
350 |
+
# markdown("### **Note 1**: Experimental features. Changes to be expected in the coming days."),
|
351 |
+
# markdown("### **Note 2**: Define the range in `Payout Summary` first."),
|
352 |
+
# br(),
|
353 |
+
# tabsetPanel(type = "tabs",
|
354 |
+
# tabPanel("Boxplot - TCP",
|
355 |
+
# br(),
|
356 |
+
# markdown("### **TC Percentile by Model**"),
|
357 |
+
# shinycssloaders::withSpinner(plotlyOutput("plot_boxplot_tcp"))
|
358 |
+
# )
|
359 |
+
# ) # End of tabsetPanel
|
360 |
|
361 |
) # End of fluidPage
|
362 |
|
|
|
416 |
- #### **0.1.1** — Added a functional `Payout Summary` page
|
417 |
- #### **0.1.2** — `Payout Summary` layout updates
|
418 |
- #### **0.1.3** — Added `Raw Data`
|
|
|
419 |
"),
|
420 |
|
421 |
br(),
|
|
|
434 |
|
435 |
footer = shinydashboardPlus::dashboardFooter(
|
436 |
left = "Powered by ❤️, ☕, Shiny, and 🤗 Spaces",
|
437 |
+
right = paste0("Version 0.1.3"))
|
438 |
|
439 |
)
|
440 |
|