FIN4719 Project 1

Set up

pipenv shell
streamit run app.py

Installing new packages

pipenv install <package name>

  • Don't commit Pipfile.lock

Adding new pages

  1. In a new Python file, write all functions under def display()
  2. Import the page to app.py, and add the page under the pages dictionary.