TOPSInfosol commited on
Commit
aa0b89e
·
verified ·
1 Parent(s): ad607e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=1, color='rgba(0,176,246,0.2)'),
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(0,176,246,0.2)'),
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
  )