Spaces:
Sleeping
Sleeping
| """Compatibility entrypoint. | |
| Keeps legacy `streamlit run app.py` working by delegating to the actual | |
| homepage implementation in `Home.py`. | |
| """ | |
| from Home import * # noqa: F401,F403 | |
| """Compatibility entrypoint. | |
| Keeps legacy `streamlit run app.py` working by delegating to the actual | |
| homepage implementation in `Home.py`. | |
| """ | |
| from Home import * # noqa: F401,F403 | |