David Pomerenke commited on
Commit
051d7d4
·
1 Parent(s): 7c67b73

Fix KeyError

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -691,12 +691,6 @@ with gr.Blocks(title="AI Language Proficiency Benchmark", css=css) as demo:
691
  0
692
  ]
693
  return fn(metric)
694
-
695
- metric.change(
696
- fn=partial(update_component, create_metric_explanation),
697
- inputs=[model_type, metric],
698
- outputs=metric_explanation,
699
- )
700
  metric.change(
701
  fn=partial(update_component, create_model_comparison_plot),
702
  inputs=[model_type, metric],
 
691
  0
692
  ]
693
  return fn(metric)
 
 
 
 
 
 
694
  metric.change(
695
  fn=partial(update_component, create_model_comparison_plot),
696
  inputs=[model_type, metric],