From fca0a195a74b0e670b7c35f8d74a54a07edecdc4 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Tue, 13 Dec 2022 12:54:02 +0000 Subject: [PATCH] ui tweaks --- ui.R | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui.R b/ui.R index e09431e..20a5023 100644 --- a/ui.R +++ b/ui.R @@ -20,10 +20,10 @@ dashboardPage(skin="purple", choices = genes$Gene, selected="alr" # "alr" is a value ), - actionButton("clear_ngl", - "Reset Structures"), actionButton("all_mutations", - "All Mutations") + "All Mutations"), + actionButton("clear_ngl", + "Clear Display") ), dashboardBody( useShinyjs(),