galb-dai commited on
Commit
1b8f491
·
1 Parent(s): d565019

Remove label.

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -343,7 +343,11 @@ with blocks:
343
  elem_id="f1-tier-select",
344
  )
345
 
346
- accuracy_plot = gr.Plot(value=_initial_accuracy_fig, elem_id="f1-accuracy-plot")
 
 
 
 
347
 
348
  tier_selector.change(
349
  lambda t: build_accuracy_figure(t),
 
343
  elem_id="f1-tier-select",
344
  )
345
 
346
+ accuracy_plot = gr.Plot(
347
+ value=_initial_accuracy_fig,
348
+ elem_id="f1-accuracy-plot",
349
+ show_label=False,
350
+ )
351
 
352
  tier_selector.change(
353
  lambda t: build_accuracy_figure(t),