diff --git a/templates/viewer.html b/templates/viewer.html index 68f32e8..43eb167 100644 --- a/templates/viewer.html +++ b/templates/viewer.html @@ -1,4 +1,17 @@ {% extends "base.html" %} {% block main_content %} +{# make the form-switch / toggle info color set, give or take #} +
@@ -137,6 +146,7 @@ } {% if face.refimg %} data['who']='{{face.refimg.person.tag}}' + data['distance']="{{face.refimg_lnk.face_distance|round(2)}}" {% endif %} faces.push( data ) {% endfor %} @@ -170,13 +180,29 @@ {% endif %} {% endfor %}
-
-
- - +{# use this for color of toggles: https://www.codeply.com/p/4sL9uhevwJ #} +
+ Show: +
+ +
-
-
+
+ + +
+
+ + +
+ AI Model: +
+ +
+
{% endblock main_content %} {% block script_content %}