Spaces:
Sleeping
Sleeping
Guillermo Uribe Vicencio
commited on
Commit
·
637e7be
1
Parent(s):
2ca698a
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", "
|
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')
|