Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,9 @@ def forecast_chronos_data(df_state, date_column, target_column, select_period, f
|
|
| 186 |
name="10% Prediction Interval",
|
| 187 |
mode='lines',
|
| 188 |
line=dict(width=1, color='rgba(255, 255, 0, 1)'),
|
| 189 |
-
showlegend=False
|
|
|
|
|
|
|
| 190 |
)
|
| 191 |
)
|
| 192 |
|
|
|
|
| 186 |
name="10% Prediction Interval",
|
| 187 |
mode='lines',
|
| 188 |
line=dict(width=1, color='rgba(255, 255, 0, 1)'),
|
| 189 |
+
showlegend=False,
|
| 190 |
+
fillcolor='rgba(255, 99, 71, 0.3)',
|
| 191 |
+
fill='tonexty',
|
| 192 |
)
|
| 193 |
)
|
| 194 |
|