rosacastillo
commited on
Commit
·
2f6824c
1
Parent(s):
dad191d
Fix remove function
Browse files
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 |
|