Vikas01 commited on
Commit
e978c5f
1 Parent(s): 8c98799

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -18,10 +18,10 @@
18
  <video autoplay="true" id="videoElement"></video>
19
  <canvas id="canvas" width="400" height="300"></canvas>
20
  </div>
21
- <div>
22
  <h1>Name: </h1><h3 id="name"></h3></div></br>
23
  <h1>confidence score: </h1><h3 id="score"></h3></div>
24
- </div>
25
  <script src="{{ url_for('static',filename='app.js') }}"></script>
26
  <img src="{{ myimage }}" alt="my image" height="100" width="100" border="1">
27
  Cname - {{cname}}
 
18
  <video autoplay="true" id="videoElement"></video>
19
  <canvas id="canvas" width="400" height="300"></canvas>
20
  </div>
21
+ <!-- <div>
22
  <h1>Name: </h1><h3 id="name"></h3></div></br>
23
  <h1>confidence score: </h1><h3 id="score"></h3></div>
24
+ </div> -->
25
  <script src="{{ url_for('static',filename='app.js') }}"></script>
26
  <img src="{{ myimage }}" alt="my image" height="100" width="100" border="1">
27
  Cname - {{cname}}