Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ with block:
|
|
294 |
dp_key, difficulty_pattern_ids = get_difficulty_pattern_ids_and_key(
|
295 |
hivex_env["hivex_env"], path_
|
296 |
)
|
297 |
-
gr.CheckboxGroup(difficulty_pattern_ids, label=dp_key)
|
298 |
|
299 |
# TASK TABS
|
300 |
for task_id in range(0, hivex_env["task_count"]):
|
|
|
294 |
dp_key, difficulty_pattern_ids = get_difficulty_pattern_ids_and_key(
|
295 |
hivex_env["hivex_env"], path_
|
296 |
)
|
297 |
+
gr.CheckboxGroup([str(dp_id) for dp_id in difficulty_pattern_ids], label=dp_key)
|
298 |
|
299 |
# TASK TABS
|
300 |
for task_id in range(0, hivex_env["task_count"]):
|