Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 210 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 210 Bytes

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