Update app.R
Browse files
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
|
24 |
placeholder = "No file selected"),
|
25 |
-
actionButton("reset","
|
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 |
)
|