streamlit-data-assistant/ ├── streamlit.py # Main application entry point ├── pyproject.toml # Poetry dependency management ├── poetry.lock # Poetry lock file ├── core/ # Core business logic │ ├── ...