Spaces:
Sleeping
Sleeping
| """This is a demo customized dashboard application for hugging face spaces.""" | |
| from src.ai_dashboard.gui import DashboardApp # pylint: disable=E0401 | |
| if __name__ == "__main__": | |
| app = DashboardApp() | |
| app.run() | |