Spaces:
Running
Running
Commit
·
ac0b335
1
Parent(s):
0307055
Update styling
Browse files- web/static/styles.css +2 -1
- web/templates/index.html +1 -1
web/static/styles.css
CHANGED
@@ -23,7 +23,7 @@ body {
|
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
25 |
width: 95%;
|
26 |
-
min-height:
|
27 |
border: 2px dashed #000000;
|
28 |
display: flex;
|
29 |
justify-content: center;
|
@@ -34,6 +34,7 @@ body {
|
|
34 |
|
35 |
.prediction-container {
|
36 |
margin-top: 20px;
|
|
|
37 |
width: 95%;
|
38 |
border: 2px solid #000000;
|
39 |
display: block;
|
|
|
23 |
.dropzone {
|
24 |
margin-top: 20px;
|
25 |
width: 95%;
|
26 |
+
min-height: 225px;
|
27 |
border: 2px dashed #000000;
|
28 |
display: flex;
|
29 |
justify-content: center;
|
|
|
34 |
|
35 |
.prediction-container {
|
36 |
margin-top: 20px;
|
37 |
+
min-height: 225px;
|
38 |
width: 95%;
|
39 |
border: 2px solid #000000;
|
40 |
display: block;
|
web/templates/index.html
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
<img id="uploaded-image" src="#" alt="Uploaded Image" />
|
27 |
|
28 |
<div id="prediction-container" class="prediction-container">
|
29 |
-
<p id="thinking-text">Suggestions will appear here
|
30 |
<div class="image-grid">
|
31 |
<div id="predicted-images">
|
32 |
</div>
|
|
|
26 |
<img id="uploaded-image" src="#" alt="Uploaded Image" />
|
27 |
|
28 |
<div id="prediction-container" class="prediction-container">
|
29 |
+
<p id="thinking-text">Suggestions will appear here</p>
|
30 |
<div class="image-grid">
|
31 |
<div id="predicted-images">
|
32 |
</div>
|