Spaces:
Runtime error
Runtime error
| """ | |
| Delegates to the root-level streamlit_app module. | |
| This file simply imports all contents from the root-level streamlit_app.py | |
| so that the Dockerfile's entrypoint (streamlit run src/streamlit_app.py) works | |
| while the main app resides at the repository root. | |
| """ | |
| from streamlit_app import * | |