Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
@@ -117,7 +117,18 @@ getMetricLabel <- function(metric_value) {
|
|
117 |
|
118 |
# UI Definition
|
119 |
ui <- fluidPage(
|
120 |
-
titlePanel("Multiscale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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",
|