Ifeanyi commited on
Commit
766424f
·
verified ·
1 Parent(s): b9179d9

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +2 -2
app.R CHANGED
@@ -20,9 +20,9 @@ ui <- fluidPage(
20
  sidebarLayout(
21
  sidebarPanel(width = 3,style = "border-width:5px;border-color:lightblue;border-radius:25px;", fileInput("target_upload",h5(strong("Click to Upload CSV File"),style = "color:lightblue;"),
22
  accept = c("text/csv"),
23
- buttonLabel = strong("Select. . .",style = "color:lightblue;"),
24
  placeholder = "No file selected"),
25
- actionButton("reset","Reset",icon = icon("refresh")),
26
  br(),br(),a(href = "https://github.com/Kanaries/GWalkR",h6(strong("Learn More"),style = "color:lightblue;"),target = "_blank",style = "text-decoration: none;")),
27
  mainPanel(withSpinner(gwalkrOutput(outputId = "explorer",width = "114%"),type = 1)
28
  )
 
20
  sidebarLayout(
21
  sidebarPanel(width = 3,style = "border-width:5px;border-color:lightblue;border-radius:25px;", fileInput("target_upload",h5(strong("Click to Upload CSV File"),style = "color:lightblue;"),
22
  accept = c("text/csv"),
23
+ buttonLabel = strong("Select file",style = "color:lightblue;"),
24
  placeholder = "No file selected"),
25
+ actionButton("reset",strong("Refresh"),icon = icon("refresh")),
26
  br(),br(),a(href = "https://github.com/Kanaries/GWalkR",h6(strong("Learn More"),style = "color:lightblue;"),target = "_blank",style = "text-decoration: none;")),
27
  mainPanel(withSpinner(gwalkrOutput(outputId = "explorer",width = "114%"),type = 1)
28
  )