Spaces:
Running
Running
Update app.R
Browse files
app.R
CHANGED
|
@@ -185,6 +185,7 @@ notify <- function(txt, type = "message", duration = 5) {
|
|
| 185 |
theme <- bs_theme(bootswatch = "flatly")
|
| 186 |
|
| 187 |
ui <- page_sidebar(
|
|
|
|
| 188 |
title = div(
|
| 189 |
tags$a(
|
| 190 |
"OrgEmbed:",
|
|
|
|
| 185 |
theme <- bs_theme(bootswatch = "flatly")
|
| 186 |
|
| 187 |
ui <- page_sidebar(
|
| 188 |
+
tags$head(tags$title("OrgEmbed: LinkOrgs Embeddings")),
|
| 189 |
title = div(
|
| 190 |
tags$a(
|
| 191 |
"OrgEmbed:",
|