Spaces:
Running
Running
Update app.R
Browse files
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:
|
123 |
tags$a(
|
124 |
href = "https://planetarycausalinference.org/",
|
125 |
target = "_blank",
|
126 |
title = "PlanetaryCausalInference.org",
|
127 |
style = "color: #337ab7; text-decoration: none;",
|
128 |
-
"
|
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 |
),
|