Update app.py
Browse files
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=
|
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)',
|