Skip to content

Commit df50b3e

Browse files
committed
Making a better page.
1 parent 38da286 commit df50b3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
</script>
148148
</head>
149149
<body onload='init()'>
150-
<H1>Perfect TensorFlow Demo - Computer Vision</H1>
150+
<H3>Perfect TensorFlow Demo - Computer Vision</H3>
151151
<P>Swift program that uses a pre-trained Inception model (http://arxiv.org/abs/1512.00567)</P>
152152
<canvas id="hwcanvas" width=224 height=224 style="border:1px solid #000000;"></canvas>
153153
<p>
@@ -171,6 +171,6 @@ <H1>Perfect TensorFlow Demo - Computer Vision</H1>
171171
<input type="file" id="file_input"><br>
172172
<input type=Reset onclick='reset()'><input type=button value='Recognize' onclick='recog()'>
173173
</p><hr>
174-
<H2 id='Outcome'></H2>
174+
<H3 id='Outcome'></H3>
175175
</body>
176176
</html>

0 commit comments

Comments
 (0)