How to add an logo in the header in PythonShiny?

You need to include the logo in your app files or have it hosted online somewhere. Then change the src argument in img to point to the web address where that logo can be found. See these docs for an example of how a CSS file is sourced, but the same applies for an image: Shiny for Python - Customizing UI

This works perfectly.

If a post provides the solution, please remember to mark the post containing the expected answer as the solution

1 Like