conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel
pipev shell
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel
streamlit run dashboard.py