diff --git a/app.py b/app.py index dc3a151..56215da 100644 --- a/app.py +++ b/app.py @@ -30,8 +30,7 @@ DEFAULT_SCRIPT = """async (req) => { `)} `) -} -""" +}""" def map_isolator_response_to_flask_response(response): """ diff --git a/templates/home.html b/templates/home.html index 5063007..1120ce1 100644 --- a/templates/home.html +++ b/templates/home.html @@ -19,17 +19,13 @@ -
{{ script }} +
{{ script }}
@@ -51,6 +47,9 @@