BraydenMoore commited on
Commit
4a00551
1 Parent(s): dcd3226

Update web/templates/index.html

Browse files
Files changed (1) hide show
  1. web/templates/index.html +2 -2
web/templates/index.html CHANGED
@@ -11,8 +11,6 @@
11
  <h1>What Plant is This?</h1>
12
  </div>
13
 
14
- <img src='static/demo.gif' id="demo">
15
-
16
  <div class="feature-select">
17
  <label for="feature">Have a neural net try to identify your...</label>
18
  <select name="feature" id="feature-select">
@@ -35,6 +33,8 @@
35
  </div>
36
  </div>
37
 
 
 
38
  <!-- Add the GitHub link and icon below the container -->
39
  <div class="github-container">
40
  <a href="https://github.com/brayden1moore/What-Plant-Is-This" target="_blank">
 
11
  <h1>What Plant is This?</h1>
12
  </div>
13
 
 
 
14
  <div class="feature-select">
15
  <label for="feature">Have a neural net try to identify your...</label>
16
  <select name="feature" id="feature-select">
 
33
  </div>
34
  </div>
35
 
36
+ <img src='static/demo.gif' id="demo">
37
+
38
  <!-- Add the GitHub link and icon below the container -->
39
  <div class="github-container">
40
  <a href="https://github.com/brayden1moore/What-Plant-Is-This" target="_blank">