Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ def forecast_chronos_data(df_state, date_column, target_column, select_period, f
|
|
| 174 |
y=high,
|
| 175 |
name="80% Prediction Interval",
|
| 176 |
mode='lines',
|
| 177 |
-
line=dict(width=
|
| 178 |
showlegend=False
|
| 179 |
)
|
| 180 |
)
|
|
@@ -185,7 +185,7 @@ def forecast_chronos_data(df_state, date_column, target_column, select_period, f
|
|
| 185 |
y=low,
|
| 186 |
name="10% Prediction Interval",
|
| 187 |
mode='lines',
|
| 188 |
-
line=dict(width=1, color='rgba(
|
| 189 |
showlegend=False
|
| 190 |
)
|
| 191 |
)
|
|
|
|
| 174 |
y=high,
|
| 175 |
name="80% Prediction Interval",
|
| 176 |
mode='lines',
|
| 177 |
+
line=dict(width=2, color='rgba(50, 205, 50, 1)'),
|
| 178 |
showlegend=False
|
| 179 |
)
|
| 180 |
)
|
|
|
|
| 185 |
y=low,
|
| 186 |
name="10% Prediction Interval",
|
| 187 |
mode='lines',
|
| 188 |
+
line=dict(width=1, color='rgba(255, 255, 0, 1)'),
|
| 189 |
showlegend=False
|
| 190 |
)
|
| 191 |
)
|