jofaichow commited on
Commit
ed0fecd
1 Parent(s): 6efaca0

updated notes

Browse files
Files changed (1) hide show
  1. app/app.R +1 -1
app/app.R CHANGED
@@ -1449,7 +1449,7 @@ server <- function(input, output) {
1449
  })
1450
 
1451
  output$text_performance_models_note <- renderText({
1452
- if (nrow(react_d_filter()) >= 1) "NOTE: You may want to find out which models have **both** high CORRv2 Sharpe and MMC Sharpe." else " "
1453
  })
1454
 
1455
  output$text_performance_chart <- renderText({
 
1449
  })
1450
 
1451
  output$text_performance_models_note <- renderText({
1452
+ if (nrow(react_d_filter()) >= 1) "NOTE: You may want to find out which models have high CORRv2 Sharpe and high MMC Sharpe." else " "
1453
  })
1454
 
1455
  output$text_performance_chart <- renderText({