Spaces:
Running
Running
Update app.py
Browse files
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,
|
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 |
|