Remove style.css
article thumbnail

Build A Codeless Chatbot and Deploy in Javascript?—?Kommunicate

Chatbots Life

doctype html html head title= title link(rel='stylesheet', href='/stylesheets/style.css') script(src="javascripts/kommunicate.js") body block content Now that we’ve specified custom JavaScript files to be used in our app let’s take a look at how they appear in the app.

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