Skip to content

elvinwangyh/fin4719-project-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%