Update results HTML tile styling and model label display
Browse files- Remove 'group' class from result tiles for simplified styling
- Change background color to dark gray (#1f2937) for consistent theme
- Simplify model label display by removing specific model names
- Adjust confidence score display with inline-flex for better alignment
- Remove unnecessary margin in confidence score sections
app.py
CHANGED
@@ -220,10 +220,10 @@ def generate_results_html(results):
|
|
220 |
<div class="grid xl:grid-cols-5 md:grid-cols-5 grid-cols-1 gap-1">
|
221 |
<!-- Tile 1: SwinV2/detect -->
|
222 |
<div
|
223 |
-
class="
|
224 |
<div
|
225 |
-
class="-m-4 h-24 {get_header_color(results[0][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg
|
226 |
-
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 1
|
227 |
<span
|
228 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[0][-1])[2]} px-2.5 py-0.5 {get_header_color(results[0][-1])[3]}"
|
229 |
>
|
@@ -237,13 +237,13 @@ def generate_results_html(results):
|
|
237 |
<div class="mt-4 relative -mx-4 bg-gray-800">
|
238 |
<div class="w-full bg-gray-400 rounded-none h-8">
|
239 |
<div class="bg-green-400 h-full rounded-none" style="width: {results[0][2] * 100:.2f}%;">
|
240 |
-
<p class="p-2 px-4 text-xs self-center align-middle">Conf:
|
241 |
<span class="ml-1 font-medium font-mono">{results[0][2]:.4f}</span>
|
242 |
</p>
|
243 |
</div>
|
244 |
</div>
|
245 |
</div>
|
246 |
-
<div class="
|
247 |
<div class="w-full bg-gray-400 rounded-none h-8">
|
248 |
<div class="bg-red-400 h-full rounded-none" style="width: {results[0][3] * 100:.2f}%;">
|
249 |
<p class="p-2 px-4 text-xs self-center align-middle">Conf:
|
@@ -263,10 +263,10 @@ def generate_results_html(results):
|
|
263 |
</div>
|
264 |
<!-- Tile 2: ViT/AI-vs-Real -->
|
265 |
<div
|
266 |
-
class="
|
267 |
<div
|
268 |
class="-m-4 h-24 {get_header_color(results[1][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[1][-1])[4]}">
|
269 |
-
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 2
|
270 |
<span
|
271 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[1][-1])[2]} px-2.5 py-0.5 {get_header_color(results[1][-1])[3]}"
|
272 |
>
|
@@ -306,10 +306,10 @@ def generate_results_html(results):
|
|
306 |
</div>
|
307 |
<!-- Tile 3: Swin/SDXL -->
|
308 |
<div
|
309 |
-
class="
|
310 |
<div
|
311 |
class="-m-4 h-24 {get_header_color(results[2][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[2][-1])[4]}">
|
312 |
-
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 3
|
313 |
<span
|
314 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[2][-1])[2]} px-2.5 py-0.5 {get_header_color(results[2][-1])[3]}"
|
315 |
>
|
@@ -349,10 +349,10 @@ def generate_results_html(results):
|
|
349 |
</div>
|
350 |
<!-- Tile 4: Swin/SDXL-FLUX -->
|
351 |
<div
|
352 |
-
class="
|
353 |
<div
|
354 |
class="-m-4 h-24 {get_header_color(results[3][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[3][-1])[4]}">
|
355 |
-
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 4
|
356 |
<span
|
357 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[3][-1])[2]} px-2.5 py-0.5 {get_header_color(results[3][-1])[3]}"
|
358 |
>
|
@@ -392,7 +392,7 @@ def generate_results_html(results):
|
|
392 |
</div>
|
393 |
<!-- Tile 5: GOAT -->
|
394 |
<div
|
395 |
-
class="
|
396 |
<div
|
397 |
class="-m-4 h-24 {get_header_color(results[4][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[4][-1])[4]}">
|
398 |
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 5: {results[4][1]}</span>
|
|
|
220 |
<div class="grid xl:grid-cols-5 md:grid-cols-5 grid-cols-1 gap-1">
|
221 |
<!-- Tile 1: SwinV2/detect -->
|
222 |
<div
|
223 |
+
class="flex flex-col bg-[#1f2937] rounded-sm p-4 m-1 border border-gray-800 shadow-xs transition hover:shadow-lg dark:shadow-gray-700/25">
|
224 |
<div
|
225 |
+
class="-m-4 h-24 {get_header_color(results[0][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg">
|
226 |
+
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 1:</span>
|
227 |
<span
|
228 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[0][-1])[2]} px-2.5 py-0.5 {get_header_color(results[0][-1])[3]}"
|
229 |
>
|
|
|
237 |
<div class="mt-4 relative -mx-4 bg-gray-800">
|
238 |
<div class="w-full bg-gray-400 rounded-none h-8">
|
239 |
<div class="bg-green-400 h-full rounded-none" style="width: {results[0][2] * 100:.2f}%;">
|
240 |
+
<p class="inline-flex p-2 px-4 text-xs self-center align-middle">Conf:
|
241 |
<span class="ml-1 font-medium font-mono">{results[0][2]:.4f}</span>
|
242 |
</p>
|
243 |
</div>
|
244 |
</div>
|
245 |
</div>
|
246 |
+
<div class="relative -mx-4 bg-gray-800">
|
247 |
<div class="w-full bg-gray-400 rounded-none h-8">
|
248 |
<div class="bg-red-400 h-full rounded-none" style="width: {results[0][3] * 100:.2f}%;">
|
249 |
<p class="p-2 px-4 text-xs self-center align-middle">Conf:
|
|
|
263 |
</div>
|
264 |
<!-- Tile 2: ViT/AI-vs-Real -->
|
265 |
<div
|
266 |
+
class="flex flex-col bg-[#1f2937] rounded-sm p-4 m-1 border border-gray-800 shadow-xs transition hover:shadow-lg dark:shadow-gray-700/25">
|
267 |
<div
|
268 |
class="-m-4 h-24 {get_header_color(results[1][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[1][-1])[4]}">
|
269 |
+
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 2</span>
|
270 |
<span
|
271 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[1][-1])[2]} px-2.5 py-0.5 {get_header_color(results[1][-1])[3]}"
|
272 |
>
|
|
|
306 |
</div>
|
307 |
<!-- Tile 3: Swin/SDXL -->
|
308 |
<div
|
309 |
+
class="flex flex-col bg-[#1f2937] rounded-sm p-4 m-1 border border-gray-800 shadow-xs transition hover:shadow-lg dark:shadow-gray-700/25">
|
310 |
<div
|
311 |
class="-m-4 h-24 {get_header_color(results[2][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[2][-1])[4]}">
|
312 |
+
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 3</span>
|
313 |
<span
|
314 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[2][-1])[2]} px-2.5 py-0.5 {get_header_color(results[2][-1])[3]}"
|
315 |
>
|
|
|
349 |
</div>
|
350 |
<!-- Tile 4: Swin/SDXL-FLUX -->
|
351 |
<div
|
352 |
+
class="flex flex-col bg-[#1f2937] rounded-sm p-4 m-1 border border-gray-800 shadow-xs transition hover:shadow-lg dark:shadow-gray-700/25">
|
353 |
<div
|
354 |
class="-m-4 h-24 {get_header_color(results[3][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[3][-1])[4]}">
|
355 |
+
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 4:</span>
|
356 |
<span
|
357 |
class="flex w-24 mx-auto tracking-wide items-center justify-center rounded-full {get_header_color(results[3][-1])[2]} px-2.5 py-0.5 {get_header_color(results[3][-1])[3]}"
|
358 |
>
|
|
|
392 |
</div>
|
393 |
<!-- Tile 5: GOAT -->
|
394 |
<div
|
395 |
+
class="flex flex-col bg-[#1f2937] rounded-sm p-4 m-1 border border-gray-800 shadow-xs transition hover:shadow-lg dark:shadow-gray-700/25">
|
396 |
<div
|
397 |
class="-m-4 h-24 {get_header_color(results[4][-1])[0]} rounded-sm rounded-b-none transition border group-hover:border-gray-100 group-hover:shadow-lg group-hover:{get_header_color(results[4][-1])[4]}">
|
398 |
<span class="text-gray-300 font-mono tracking-widest p-4 pb-3 block text-xs text-center">MODEL 5: {results[4][1]}</span>
|