How to run the web app: Clone my repository. Open CMD in working directory. Run following command. pip install -r requirements.txt app.py is the main Python file of Streamlit Web-Application. To run app, write following command in CMD. or use any IDE. streamlit run app.py