diff --git a/.gitignore b/.gitignore index 9828491..b74628e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Test Report.html Integration Test Report.html demo.mp4 example_options2.py +preview.mp4 .vscode/ __pycache__/ build/ diff --git a/demo/preview.gif b/demo/preview.gif index 53c4b60..854fc4e 100644 Binary files a/demo/preview.gif and b/demo/preview.gif differ diff --git a/templates/report_template.html b/templates/report_template.html index 71b403f..e2adb88 100644 --- a/templates/report_template.html +++ b/templates/report_template.html @@ -39,6 +39,12 @@ text-align: center; margin-top: 40vh; } + .thank-you { + font-weight: bold; + font-size: 60px; + text-align: center; + margin-top: 40vh; + } @@ -49,9 +55,12 @@ {% for div in divs %}
{{ div|safe }}
{% endfor %} +
+
Thank You
+