takakioka commited on
Commit
33931a9
·
verified ·
1 Parent(s): 4e2aaa3

Update app/ui.R

Browse files
Files changed (1) hide show
  1. app/ui.R +2 -1
app/ui.R CHANGED
@@ -8,7 +8,6 @@ source("./modules/ui_modules.R")
8
 
9
  shinyUI(
10
  fluidPage(
11
-  titlePanel("MSLipidMapper"),
12
  useShinyjs(),
13
  tags$head(
14
  tags$style(HTML(
@@ -120,6 +119,8 @@ shinyUI(
120
  "
121
  ))
122
  ),
 
 
123
  tabPanel(
124
  waiter::useWaiter(),
125
  uiOutput("dynamicSidebar"),
 
8
 
9
  shinyUI(
10
  fluidPage(
 
11
  useShinyjs(),
12
  tags$head(
13
  tags$style(HTML(
 
119
  "
120
  ))
121
  ),
122
+ navbarPage(
123
+ "MSLipidMapper",
124
  tabPanel(
125
  waiter::useWaiter(),
126
  uiOutput("dynamicSidebar"),