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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def forecast_chronos_data(df_state, date_column, target_column, select_period, f
186
  xaxis_tickfont_size=14,
187
  yaxis_tickfont_size=14,
188
  showlegend=True,
189
- width=1200, # Equivalent to figsize=(30, 10)
190
  height=400,
191
  xaxis=dict(
192
  gridcolor='rgba(128, 128, 128, 0.7)',
 
186
  xaxis_tickfont_size=14,
187
  yaxis_tickfont_size=14,
188
  showlegend=True,
189
+ width=1800, # Equivalent to figsize=(30, 10)
190
  height=400,
191
  xaxis=dict(
192
  gridcolor='rgba(128, 128, 128, 0.7)',