├── README.md ├── app.py ├── apps ├── data.py ├── home.py └── model.py ├── multiapp.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/app.py -------------------------------------------------------------------------------- /apps/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/apps/data.py -------------------------------------------------------------------------------- /apps/home.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/apps/home.py -------------------------------------------------------------------------------- /apps/model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/apps/model.py -------------------------------------------------------------------------------- /multiapp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/multiapp.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dataprofessor/multi-page-app/HEAD/requirements.txt --------------------------------------------------------------------------------