Spaces:
Running
Running
Commit
·
0307055
1
Parent(s):
8cbf338
Update styling
Browse files- web/static/styles.css +2 -0
web/static/styles.css
CHANGED
@@ -163,10 +163,12 @@ visibility: visible; /* Show the tooltip on image hover */
|
|
163 |
}
|
164 |
|
165 |
.dropzone {
|
|
|
166 |
width: 48%;
|
167 |
}
|
168 |
|
169 |
.prediction-container {
|
|
|
170 |
width: 48%;
|
171 |
}
|
172 |
|
|
|
163 |
}
|
164 |
|
165 |
.dropzone {
|
166 |
+
min-height: 225px;
|
167 |
width: 48%;
|
168 |
}
|
169 |
|
170 |
.prediction-container {
|
171 |
+
min-height: 225px;
|
172 |
width: 48%;
|
173 |
}
|
174 |
|