cjerzak commited on
Commit
5ddae52
·
verified ·
1 Parent(s): 1e218ac

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +12 -1
app.R CHANGED
@@ -117,7 +117,18 @@ getMetricLabel <- function(metric_value) {
117
 
118
  # UI Definition
119
  ui <- fluidPage(
120
- titlePanel("Multiscale Heatmap Explorer"),
 
 
 
 
 
 
 
 
 
 
 
121
  sidebarLayout(
122
  sidebarPanel(
123
  selectInput("application", "Application",
 
117
 
118
  # UI Definition
119
  ui <- fluidPage(
120
+ titlePanel("Multiscale Representations Explorer"),
121
+ tags$p(
122
+ style = "text-align: center; margin-top: -10px;",
123
+ tags$a(
124
+ href = "https://planetarycausalinference.org/",
125
+ target = "_blank",
126
+ title = "PlanetaryCausalInference.org",
127
+ style = "color: #337ab7; text-decoration: none;",
128
+ "aidevlab ",
129
+ icon("external-link", style = "font-size: 12px;")
130
+ )
131
+ ),
132
  sidebarLayout(
133
  sidebarPanel(
134
  selectInput("application", "Application",