philippds commited on
Commit
a69cd28
·
verified ·
1 Parent(s): 748e59d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"]):