InnolabsRainmaker To run the Streamlit locally to see your changes in local live server run: python -m streamlit run streamlit_app.py or streamlit run streamlit_app.py To install the needed libraries in one go run: pip install -r requirements.txt on your terminal.