Spaces:
Running
Running
BraydenMoore
commited on
Commit
·
7b29f17
1
Parent(s):
f0a6578
Update styling
Browse files- web/templates/index.html +6 -6
web/templates/index.html
CHANGED
@@ -12,6 +12,12 @@
|
|
12 |
<p> Have a neural net try to identify the plant you found.</p>
|
13 |
</div>
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
<div class="feature-select">
|
16 |
<label for="feature">This is a picture of a...</label>
|
17 |
<select name="feature" id="feature-select">
|
@@ -21,12 +27,6 @@
|
|
21 |
</select>
|
22 |
</div>
|
23 |
|
24 |
-
<div id="dropzone" class="dropzone">
|
25 |
-
<p>Drop an image</p>
|
26 |
-
</div>
|
27 |
-
|
28 |
-
<img id="uploaded-image" src="#" alt="Uploaded Image" />
|
29 |
-
|
30 |
<div id="prediction-container" class="prediction-container">
|
31 |
<p id="thinking-text">Suggestions will appear here...</p>
|
32 |
<div class="image-grid">
|
|
|
12 |
<p> Have a neural net try to identify the plant you found.</p>
|
13 |
</div>
|
14 |
|
15 |
+
<div id="dropzone" class="dropzone">
|
16 |
+
<p>Drop an image</p>
|
17 |
+
</div>
|
18 |
+
|
19 |
+
<img id="uploaded-image" src="#" alt="Uploaded Image" />
|
20 |
+
|
21 |
<div class="feature-select">
|
22 |
<label for="feature">This is a picture of a...</label>
|
23 |
<select name="feature" id="feature-select">
|
|
|
27 |
</select>
|
28 |
</div>
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
<div id="prediction-container" class="prediction-container">
|
31 |
<p id="thinking-text">Suggestions will appear here...</p>
|
32 |
<div class="image-grid">
|