Spaces:
Running
Running
Circhastic commited on
Commit ·
8f8fefb
1
Parent(s): eed76ea
version 1.1 hotfix #2
Browse files
app.py
CHANGED
|
@@ -384,6 +384,7 @@ if (st.session_state.uploaded):
|
|
| 384 |
st.plotly_chart(fig_forecast, use_container_width=True)
|
| 385 |
st.write(f"MAPE score: {mape}% - {interpretation}")
|
| 386 |
|
|
|
|
| 387 |
df = dates_df(future_sales_growth)
|
| 388 |
|
| 389 |
col_table = st.columns(2)
|
|
|
|
| 384 |
st.plotly_chart(fig_forecast, use_container_width=True)
|
| 385 |
st.write(f"MAPE score: {mape}% - {interpretation}")
|
| 386 |
|
| 387 |
+
df = reset_index(df)
|
| 388 |
df = dates_df(future_sales_growth)
|
| 389 |
|
| 390 |
col_table = st.columns(2)
|