git clone https://github.com/GDSC-IE/DataAnalysis-Streamlit-Workshop.git
cd .\DataAnalysis-Streamlit-Workshop\
pip install -r requirements.txt
if you get any errors when running this command try adding --user at the end:
pip install -r requirements.txt --user
streamlit --version
streamlit run front_flash.py
Now the application must be running on your localhost.