Dicoding Data Analysis Project Setup Environement conda create --name ABC python=3.10.9 conda activate ABC pip install -r requirements.txt Run streamlit app streamlit run dashboard.py