Remove 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 about-app h1 { font-size: 20px; font-weight: bold; padding-bottom: var(--pd); }.portal image { width: 95%; border-radius: 1%; height: auto; }.form-header