From b2eca37557b46a6d86960748b251de2bf024d319 Mon Sep 17 00:00:00 2001 From: Belem Zhang Date: Tue, 10 Oct 2023 16:21:49 +0800 Subject: [PATCH] log --- src/lib/components/InferenceLog.svelte | 28 ++++++++++++++------------ 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/lib/components/InferenceLog.svelte b/src/lib/components/InferenceLog.svelte index 874f406..39b76a1 100644 --- a/src/lib/components/InferenceLog.svelte +++ b/src/lib/components/InferenceLog.svelte @@ -39,20 +39,22 @@ }); -
- {#each info as i} -
{i}
- {/each} -
-
-
- {#if testQueue.length === 0} - - {/if} +{#if info} +
+ {#each info as i} +
{i}
+ {/each}
-
+
+
+ {#if testQueue.length === 0} + + {/if} +
+
+{/if}