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

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -119,13 +119,13 @@ getMetricLabel <- function(metric_value) {
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
  ),
 
119
  ui <- fluidPage(
120
  titlePanel("Multiscale Representations Explorer"),
121
  tags$p(
122
+ style = "text-align: left; 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
+ "PlanetaryCausalInference.org ",
129
  icon("external-link", style = "font-size: 12px;")
130
  )
131
  ),