linkedin-outreach-intake / src /streamlit_app.py
nitrolex's picture
Update src/streamlit_app.py
38cdb02 verified
raw
history blame contribute delete
292 Bytes
"""
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 *