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 In a new Python file, write all functions under def display() Import the page to app.py, and add the page under the pages dictionary.