"""Hugging Face Spaces entry point. Spaces runs this file; it reuses the Gradio app defined in landscape_app.py (landscape + evolution timeline, embedded as nested iframes). No share link is needed here — Spaces hosts it on a permanent URL. """ from landscape_app import demo if __name__ == "__main__": demo.launch()