Is there a way to customize the thumbnail when serving multiple apps?

Deploy and Export — Panel 0.12.4 documentation shows how to serve multiple apps.

The result looks like

Is it possible to customize the app thumbnails when serving multiple apps?

Thank you!

1 Like

I’ve been trying to get an index/ gallery with custom thumbnails contributed to Panel. But so far without success.

An index page with thumbnails is available in the awesome-panel-extensions package: from awesome_panel_extensions.site.gallery import GalleryTemplate.

See how it is used here awesome-panel/gallery.py and here awesome-panel/awesome_list.py

Find the source here gallery