Circhastic commited on
Commit
8632af8
·
1 Parent(s): 3ca0f39

version 1.1 hotfix #6

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -383,7 +383,6 @@ if (st.session_state.uploaded):
383
  st.plotly_chart(fig_forecast, use_container_width=True)
384
  st.write(f"MAPE score: {mape}% - {interpretation}")
385
 
386
- df = reset_index(df)
387
  df = dates_df(future_sales_growth)
388
 
389
  col_table = st.columns(2)
 
383
  st.plotly_chart(fig_forecast, use_container_width=True)
384
  st.write(f"MAPE score: {mape}% - {interpretation}")
385
 
 
386
  df = dates_df(future_sales_growth)
387
 
388
  col_table = st.columns(2)