├── .gitignore ├── LICENSE ├── README.md ├── app.py ├── index.html └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/app.py -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/index.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prateekmalhotra/dcf-basic/HEAD/requirements.txt --------------------------------------------------------------------------------