TOPSInfosol commited on
Commit
c42f702
·
verified ·
1 Parent(s): dbae9bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def forecast_chronos_data(df_state, date_column, target_column, select_period, f
200
  dtick=5, # Set tick interval to 5 units
201
  griddash='dash'
202
  ),
203
- plot_bgcolor='white'
204
  margin=dict(l=50, r=50, t=50, b=50)
205
  )
206
 
 
200
  dtick=5, # Set tick interval to 5 units
201
  griddash='dash'
202
  ),
203
+ plot_bgcolor='white',
204
  margin=dict(l=50, r=50, t=50, b=50)
205
  )
206