Install dependencies and run.
# Make a new virtual environment
python3 -m venv venv;
source venv/bin/activate;
# Install required dependencies
pip install -r requirements.txt;
# Run the app
python app.py;
# This will print a url which you can navigate using a browser.