thushalya commited on
Commit
73dcfcf
1 Parent(s): 624b97d

Change emotions y_lim

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -420,9 +420,9 @@ demo = gr.Interface(
420
  simple,
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
  ],
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=[