rosacastillo commited on
Commit
2f6824c
·
1 Parent(s): dad191d

Fix remove function

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -280,7 +280,6 @@ with demo:
280
  hue="tool",
281
  dodge=False,
282
  )
283
- plot.legend_.remove()
284
  # Display the plot using gr.Plot
285
  gr.Plot(value=plot.get_figure())
286
 
 
280
  hue="tool",
281
  dodge=False,
282
  )
 
283
  # Display the plot using gr.Plot
284
  gr.Plot(value=plot.get_figure())
285