commit | 2eddc1ef8a1ebe21ae7f734f078b00c746071a28 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Mon Jan 10 17:53:06 2022 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Mon Jan 10 17:53:06 2022 +0000 |
tree | 1fcc06fdc2cecdb6d9117cdfe0a9ee2e636c000d | |
parent | 925bfe3988dd16e58d29d311d5b9d483f30eddf4 [diff] [blame] |
Change rendering and fix minor bug Change-Id: Ibc5f1b6785b71d18940f9e8868f8b4dbb2ba4e5f
diff --git a/person_detection/templates/index.html b/person_detection/templates/index.html index 0cb83e7..4acf6d7 100644 --- a/person_detection/templates/index.html +++ b/person_detection/templates/index.html
@@ -12,7 +12,7 @@ </div> <div class="row"> {% for x, y in devices.items() %} - <div class="col-6"> + <div class="col-12"> <div class="card"> <img src="{{ url_for('video_feed', device=x) }}" class="card-img-top" alt="..."> <div class="card-body">