Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 334 Bytes

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.