2e704a1 a3ce864 efaca09 8571152 a822eed 797682b a822eed
1
2
3
4
5
6
7
8
9
# Import the improved air quality map implementation from air_quality_map import create_air_quality_map_ui # Create and launch the Gradio interface app = create_air_quality_map_ui() # For Hugging Face Spaces deployment app.launch()