Link Streamlit Cloud :

Setup environment

conda create --name main-ds python=3.10.12
conda activate main-ds
pip install -r requirements.txt

If you want to skip Setup Environment

pip install -r requirements.txt

Run Main steamlit app

streamlit dashboard_with_upload_excel.py

Run Alternative steamlit app

streamlit run dashboard.py