Guillermo Uribe Vicencio commited on
Commit
2027ba6
·
1 Parent(s): 4f7c921
Files changed (1) hide show
  1. app.py +1 -1
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="Simple Bar Plot with made up data",
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',