Cachoups commited on
Commit
7d9c0a4
·
verified ·
1 Parent(s): 8b96eb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -664,7 +664,7 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
664
  x='Date',
665
  y='Rate',
666
  title="Sentiment Ratios Over Time",
667
- y_lim=[0, 1], # Limit y-axis to 0-1 since it's a ratio
668
  color = 'Ratio_Type'
669
  )
670
 
 
664
  x='Date',
665
  y='Rate',
666
  title="Sentiment Ratios Over Time",
667
+ y_lim=[0, 100], # Limit y-axis to 0-1 since it's a ratio
668
  color = 'Ratio_Type'
669
  )
670