rosacastillo commited on
Commit
4dc2c86
·
1 Parent(s): 5077b81

gr.Plot does not work with interactivity

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -284,9 +284,7 @@ with demo:
284
  dodge=False,
285
  palette="viridis",
286
  )
287
- gr.Plot(
288
- value=plot.get_figure(), interactive=True, show_actions_button=True
289
- )
290
  with gr.Row():
291
  gr.Markdown("# Weighted accuracy ranking per tool")
292
  gr.Markdown(
@@ -307,9 +305,7 @@ with demo:
307
  dodge=False,
308
  )
309
  # Display the plot using gr.Plot
310
- gr.Plot(
311
- value=plot.get_figure(), interactive=True, show_actions_button=True
312
- )
313
 
314
  with gr.TabItem("🏥 Tool Error Dashboard"):
315
  with gr.Row():
 
284
  dodge=False,
285
  palette="viridis",
286
  )
287
+ gr.Plot(value=plot.get_figure())
 
 
288
  with gr.Row():
289
  gr.Markdown("# Weighted accuracy ranking per tool")
290
  gr.Markdown(
 
305
  dodge=False,
306
  )
307
  # Display the plot using gr.Plot
308
+ gr.Plot(value=plot.get_figure())
 
 
309
 
310
  with gr.TabItem("🏥 Tool Error Dashboard"):
311
  with gr.Row():