Spaces:
Runtime error
Runtime error
| """ | |
| Hugging Face Spaces deployment entry point for AURA AI Training Lab | |
| This file is automatically used by HF Spaces to launch the application. | |
| """ | |
| # Import and launch the main GUI | |
| import financial_advisor_gui | |
| # The demo.launch() call at the bottom of financial_advisor_gui.py | |
| # will automatically run when this module is imported | |