From 7cb4d252f8dd16e73cd9a01c0d4edb1bf307a12d Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Sat, 16 Apr 2022 12:21:00 +0100 Subject: [PATCH] remove unnecessary shiny ref --- app_files/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_files/ui.R b/app_files/ui.R index b55b0af..677f499 100644 --- a/app_files/ui.R +++ b/app_files/ui.R @@ -99,7 +99,7 @@ ui <- fillPage( ) ), - shiny::fluidRow( + fluidRow( p("Important take-home from this very simple demo app is that the designer of the app does not need to have: the model code, any data, any knowledge of health economics. They just connect numeric inputs to JSON inputs to the model as requested by a health economist"),