Newbie question about a shiny app that works fine on my PC, in particular it finds and displays an image in www folder, no problem - I've successfully loaded the app on the shinyapps.io server (with www folder containing image) . App works fine on server when I comment out the HTML line calling the image, which is:
HTML('
<img src="Sign2.jpg" alt="Cant find Sign3"
') # THis line works fine on PC!!So when I "activate" this line for server I get the "Cant find Sign3" message - For img src I tried variants of /Sign2.jpg, etc - but I'm not a fan of trying things at random !! Nothing worked -
Many thanks for any help.