PNG image not showing

You should serve your image using the assets instead.

/assets/
  logo.png
app.py
html.Img(src=app.get_asset_url('logo.png'))
4 Likes