This is a dashboard that displays sales metrics for the CostPro retail store.
It is built using Python, Pandas, Numpy, Streamlit and Plotly.
To install the required packages, run the following command:
```bash
pip install -r requirements.txt
```
To run the dashboard locally, clone the repo and run this command:
```bash
streamlit run streamlit_app.py
```