Remove styles style.css
article thumbnail

Containerization of Machine Learning Applications

Heartbeat

The app directory is as follows: ├── Dockerfile ├── Procfile ├── app.py ├── pipeline.pkl ├── requirements.txt ├── static │ ├── containers.jpg │ └── style.css ├── templates │ └── index.html └── wsgi.py The Flask app comprises a simple form that gets all the feature inputs defined by the index.html file and styled using CSS and Bootstrap.