Guillermo Uribe Vicencio commited on
Commit
637e7be
·
1 Parent(s): 2ca698a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -276,7 +276,7 @@ with gr.Blocks() as demo:
276
  x="label",
277
  y="qtt",
278
  title="Simple Bar Plot with made up data",
279
- tooltip=["label", "Qtt"])
280
  gr.LinePlot(bar_data,
281
  x='label',
282
  y='qtt')
 
276
  x="label",
277
  y="qtt",
278
  title="Simple Bar Plot with made up data",
279
+ tooltip=["label", "qtt"])
280
  gr.LinePlot(bar_data,
281
  x='label',
282
  y='qtt')