Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 364 Bytes

Seller Dashboard ✨

Setup environment

conda create --name main-ds python=3.9
conda activate main-ds
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel

atau

pipev shell
pip install numpy pandas scipy matplotlib seaborn jupyter streamlit babel

Run steamlit app

streamlit run dashboard.py