From 7cd820f594d387cd568a35f54995e8a85a142808 Mon Sep 17 00:00:00 2001 From: Tom Begley Date: Wed, 19 Aug 2020 07:52:54 +0100 Subject: [PATCH] Update index.html --- docs/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/index.html b/docs/templates/index.html index 1784e12c7..5cb646fd6 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -61,7 +61,7 @@

Get started quickly

) app.layout = dbc.Alert( - "Hello, Bootstrap!" className="m-5" + "Hello, Bootstrap!", className="m-5" ) if __name__ == "__main__":