Spaces:
Runtime error
Runtime error
width changes
Browse files
pages/1_Store Demand Forecasting.py
CHANGED
|
@@ -215,7 +215,7 @@ if option=='TFT':
|
|
| 215 |
margin=dict(l=0, r=0, t=50, b=0),
|
| 216 |
xaxis=dict(title_font=dict(size=20)),
|
| 217 |
yaxis=dict(title_font=dict(size=20)))
|
| 218 |
-
fig.update_layout(width=
|
| 219 |
tab1.plotly_chart(fig)
|
| 220 |
#----------------------------------------------Tab-2------------------------------------------------------------
|
| 221 |
tab2.markdown("""
|
|
@@ -442,7 +442,7 @@ elif option=='Prophet':
|
|
| 442 |
margin=dict(l=0, r=0, t=50, b=0),
|
| 443 |
xaxis=dict(title_font=dict(size=20)),
|
| 444 |
yaxis=dict(title_font=dict(size=20)))
|
| 445 |
-
fig.update_layout(width=
|
| 446 |
tab1.plotly_chart(fig)
|
| 447 |
#----------------------------------------Tab-2------------------------------------------------------------
|
| 448 |
results=y_test_pred.reset_index()
|
|
|
|
| 215 |
margin=dict(l=0, r=0, t=50, b=0),
|
| 216 |
xaxis=dict(title_font=dict(size=20)),
|
| 217 |
yaxis=dict(title_font=dict(size=20)))
|
| 218 |
+
fig.update_layout(width=700,height=400)
|
| 219 |
tab1.plotly_chart(fig)
|
| 220 |
#----------------------------------------------Tab-2------------------------------------------------------------
|
| 221 |
tab2.markdown("""
|
|
|
|
| 442 |
margin=dict(l=0, r=0, t=50, b=0),
|
| 443 |
xaxis=dict(title_font=dict(size=20)),
|
| 444 |
yaxis=dict(title_font=dict(size=20)))
|
| 445 |
+
fig.update_layout(width=700,height=400)
|
| 446 |
tab1.plotly_chart(fig)
|
| 447 |
#----------------------------------------Tab-2------------------------------------------------------------
|
| 448 |
results=y_test_pred.reset_index()
|