Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 621 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 621 Bytes

DataAnalysis-Streamlit-Workshop

Clone the repository

git clone https://github.com/GDSC-IE/DataAnalysis-Streamlit-Workshop.git

Go into the newly created directory

cd .\DataAnalysis-Streamlit-Workshop\

Install the requirements

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

You can check if Streamlit has been installed by running:

streamlit --version

Run the app

streamlit run front_flash.py

Now the application must be running on your localhost.