From 266fbab8fd2e886dde24fe16036d9438255f2d9c Mon Sep 17 00:00:00 2001 From: Matt Coomber Date: Fri, 24 Mar 2023 09:57:06 +0000 Subject: [PATCH] Fix loading messages Missing comma in array --- src/web/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 92d52771..c602c275 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -61,7 +61,7 @@ "Symlinking emacs and vim to ed...", "Training branch predictor...", "Timing cache hits...", - "Speculatively executing recipes..." + "Speculatively executing recipes...", "Adding LLM hallucinations..." ];