Update app.R
Browse files
app.R
CHANGED
@@ -14,7 +14,7 @@ ui <- fluidPage(
|
|
14 |
theme = shinytheme("cyborg"),
|
15 |
tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:lightblue;"),
|
16 |
tags$a(href = "https://github.com/Ifeanyi55", tags$strong("Maintainer"),target = "_blank",style = "text-decoration:none;color:lightblue;margin-left:1230px;"),
|
17 |
-
tags$img(src = "https://th.bing.com/th/id/OIG2.
|
18 |
sidebarLayout(
|
19 |
sidebarPanel(width = 3,style = "border-width:5px;border-color:lightblue;", fileInput("target_upload",h5(strong("Click to Upload CSV File"),style = "color:lightblue;"),
|
20 |
accept = c("text/csv"),
|
|
|
14 |
theme = shinytheme("cyborg"),
|
15 |
tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:lightblue;"),
|
16 |
tags$a(href = "https://github.com/Ifeanyi55", tags$strong("Maintainer"),target = "_blank",style = "text-decoration:none;color:lightblue;margin-left:1230px;"),
|
17 |
+
tags$img(src = "https://th.bing.com/th/id/OIG2.bWBz_rrx3G45vlu3OK26?pid=ImgGn",width = 170, height = 100),br(),br(),
|
18 |
sidebarLayout(
|
19 |
sidebarPanel(width = 3,style = "border-width:5px;border-color:lightblue;", fileInput("target_upload",h5(strong("Click to Upload CSV File"),style = "color:lightblue;"),
|
20 |
accept = c("text/csv"),
|