Sample app for Flask demo
Welcome!
To run this app:
- Fork the repo to your github account.
 - Clone the URL.
 - In your terminal, type 'git clone URL-from-previous-step'
 - In the app directory, create and activate a virtual environment. In the terminal, type 'pip install -r requirements.txt'
 - To launch app, type 'python app.py'