hello Community , i have a question about shiny , i would to insert the logo of my company into my shiny app, so i used this :
Code :
titlePanel(title = span(img(src = "R.png", height = 35), "CODIMAG")),
and i have this result, i want to know how i can resolve this problem
