added var split_group

This commit is contained in:
2026-02-02 23:15:05 +01:00
parent 3ac330263f
commit 611fc8d19a
2 changed files with 81 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
import marimo
__generated_with = "0.19.2"
__generated_with = "0.19.7"
app = marimo.App(width="full")
@@ -285,7 +285,6 @@ def _(S, mo, v_18_8_3):
def _(S, calculate_weighted_ranking_scores, data):
top3_voices = S.get_top_3_voices(data)[0]
top3_voices_weighted = calculate_weighted_ranking_scores(top3_voices)
return top3_voices, top3_voices_weighted