thushalya
commited on
Commit
•
388d874
1
Parent(s):
6353bdb
Remove tooltips
Browse files
app.py
CHANGED
@@ -421,7 +421,7 @@ demo = gr.Interface(
|
|
421 |
x="Emotions",
|
422 |
y="Values",
|
423 |
title="Simple Bar Plot with made up data",
|
424 |
-
tooltip=["Emotions", "Values"],
|
425 |
y_lim=[20, 100],
|
426 |
)
|
427 |
],
|
|
|
421 |
x="Emotions",
|
422 |
y="Values",
|
423 |
title="Simple Bar Plot with made up data",
|
424 |
+
# tooltip=["Emotions", "Values"],
|
425 |
y_lim=[20, 100],
|
426 |
)
|
427 |
],
|