mgyigit commited on
Commit
da1a0ec
·
verified ·
1 Parent(s): c17dd52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -412,7 +412,7 @@ with block:
412
  # combine the two method lists, then call the original helper
413
  plot_button.click(
414
  lambda bt, base_sel, user_sel, xm, ym, asp, ds, sm: generate_plot(
415
- bt,
416
  (base_sel or []) + (user_sel or []), # merged method list
417
  xm, ym, asp, ds, sm,
418
  ),
 
412
  # combine the two method lists, then call the original helper
413
  plot_button.click(
414
  lambda bt, base_sel, user_sel, xm, ym, asp, ds, sm: generate_plot(
415
+ benchmark_type_map.get(bt, bt),
416
  (base_sel or []) + (user_sel or []), # merged method list
417
  xm, ym, asp, ds, sm,
418
  ),