DataPilot-AI-Agent / streamlit_app.py
dineshb's picture
Deploy DataPilot AI production Docker Space
9c1c0ef verified
Raw
History Blame Contribute Delete
189 Bytes
"""Canonical Streamlit Cloud entry point.
The application implementation lives in ``app.py`` so local and hosted execution share
one code path.
"""
from app import * # noqa: F403