csol208-demo / app.py
cboettig's picture
Initial commit: Streamlit CO2 explorer
3aa858e
raw
history blame contribute delete
140 Bytes
"""Hugging Face Spaces entrypoint for the Global CO₂ Explorer."""
from streamlit_app import main
if __name__ == "__main__":
main()