"""Hugging Face Space entry point for EchoPilot Streamlit app.""" from streamlit_app import main if __name__ == "__main__": main()