thushalya
commited on
Commit
•
73dcfcf
1
Parent(s):
624b97d
Change emotions y_lim
Browse files
app.py
CHANGED
@@ -420,9 +420,9 @@ demo = gr.Interface(
|
|
420 |
simple,
|
421 |
x="Emotions",
|
422 |
y="Values",
|
423 |
-
title="
|
424 |
tooltip=["Emotions", "Values"],
|
425 |
-
y_lim=[
|
426 |
)
|
427 |
],
|
428 |
examples=[
|
|
|
420 |
simple,
|
421 |
x="Emotions",
|
422 |
y="Values",
|
423 |
+
title="Emotion Analysis",
|
424 |
tooltip=["Emotions", "Values"],
|
425 |
+
y_lim=[0, 40],
|
426 |
)
|
427 |
],
|
428 |
examples=[
|