Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -13,6 +13,7 @@
|
|
13 |
</form>
|
14 |
<h2>Result</h2>
|
15 |
<p id="decision"></p>
|
|
|
16 |
<canvas id="pitchCanvas" width="400" height="600"></canvas>
|
17 |
<script src="/static/script.js"></script>
|
18 |
</body>
|
|
|
13 |
</form>
|
14 |
<h2>Result</h2>
|
15 |
<p id="decision"></p>
|
16 |
+
<p id="details"></p>
|
17 |
<canvas id="pitchCanvas" width="400" height="600"></canvas>
|
18 |
<script src="/static/script.js"></script>
|
19 |
</body>
|