Ifeanyi commited on
Commit
b9179d9
·
verified ·
1 Parent(s): 9db7ca2

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +1 -1
app.R CHANGED
@@ -16,7 +16,7 @@ ui <- fluidPage(
16
  theme = shinytheme("cyborg"),
17
  tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:lightblue;"),
18
  tags$a(href = "https://github.com/Ifeanyi55", tags$strong("Maintainer"),target = "_blank",style = "text-decoration:none;color:lightblue;margin-left:1250px;margin-bottom:1000px"),
19
- tags$img(src = "plot.jpeg",width = 170,height = 100),br(),br(),
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"),
 
16
  theme = shinytheme("cyborg"),
17
  tags$h3(id = "title", tags$strong("Graphic-Walker Data Explorer"),style = "text-align:center;color:lightblue;"),
18
  tags$a(href = "https://github.com/Ifeanyi55", tags$strong("Maintainer"),target = "_blank",style = "text-decoration:none;color:lightblue;margin-left:1250px;margin-bottom:1000px"),
19
+ tags$img(src = "https://th.bing.com/th/id/OIG2.bWBz_rrx3G45vlu3OK26?pid=ImgGn",width = 170,height = 100),br(),br(),
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"),