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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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