Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
2027ba6
1
Parent(s):
4f7c921
app.py
CHANGED
@@ -279,7 +279,7 @@ with gr.Blocks() as demo:
|
|
279 |
plot = gr.BarPlot(bar_data,
|
280 |
x="label",
|
281 |
y="qtt",
|
282 |
-
title="
|
283 |
tooltip=["label", "qtt"])
|
284 |
#gr.LinePlot(bar_data,
|
285 |
# x='label',
|
|
|
279 |
plot = gr.BarPlot(bar_data,
|
280 |
x="label",
|
281 |
y="qtt",
|
282 |
+
title="Detected surface by label",
|
283 |
tooltip=["label", "qtt"])
|
284 |
#gr.LinePlot(bar_data,
|
285 |
# x='label',
|