A Streamlit web app for the Nassau Candy project. It shows featured products, product prices, and distributor sales insights from the project dataset.
- Install Python 3.11+.
- Create a virtual environment (optional but recommended):
python -m venv venv venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the app:
streamlit run app.py
app.py: Main Streamlit app.data: CSV dataset used by the app.products.css,products.html,products.js: supporting assets for the storefront design.
Repository: https://github.com/kavi-svg/Nassau_Project