# Hugging Face Spaces Entry Point # This file launches the Gradio interface for the Party Planner app from app_gradio import demo # Launch the Gradio app if __name__ == "__main__": demo.launch()