Commit
·
903e278
1
Parent(s):
d9a2b7f
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 |
|