diff --git a/web/src/components/SolverOutput.svelte b/web/src/components/SolverOutput.svelte index 9425621..d05d6b3 100644 --- a/web/src/components/SolverOutput.svelte +++ b/web/src/components/SolverOutput.svelte @@ -41,6 +41,7 @@ + - {#each d.stats as s} + {#each d.stats as s, i} { @@ -70,6 +71,7 @@ } }} > +
Word
#{i + 1} {s.word} {s.solution_probability.toFixed(3)}