feat: add StemAtlas Streamlit app, explorer, Docker deployment, blog charts
This commit is contained in:
@@ -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()
|
||||
@@ -0,0 +1,5 @@
|
||||
"""Politiek Explorer page — thin wrapper around the explorer module."""
|
||||
|
||||
from explorer import run_app
|
||||
|
||||
run_app()
|
||||
Reference in New Issue
Block a user