feat: add StemAtlas Streamlit app, explorer, Docker deployment, blog charts

This commit is contained in:
2026-03-22 22:38:17 +01:00
parent daa22c5e2b
commit 2891e9ee70
20 changed files with 2576 additions and 84 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Stemwijzer page — thin wrapper around the existing app module."""
from app import main # noqa: F401 (module-level set_page_config runs on import)
main()
+5
View File
@@ -0,0 +1,5 @@
"""Politiek Explorer page — thin wrapper around the explorer module."""
from explorer import run_app
run_app()