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__":