Spaces:
Runtime error
Runtime error
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
<canvas id="canvas" width="400" height="300"></canvas>
|
20 |
</div>
|
21 |
<div>
|
22 |
-
<h1>
|
23 |
<div id="score"></div></div>
|
24 |
</div>
|
25 |
<script src="{{ url_for('static',filename='app.js') }}"></script>
|
|
|
19 |
<canvas id="canvas" width="400" height="300"></canvas>
|
20 |
</div>
|
21 |
<div>
|
22 |
+
<h1>emotion: </h1><h3 id="name"></h3></div></br>
|
23 |
<div id="score"></div></div>
|
24 |
</div>
|
25 |
<script src="{{ url_for('static',filename='app.js') }}"></script>
|