Sanket45 commited on
Commit
c1cac25
·
1 Parent(s): dbbd1c1

change the ui

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ st.write("Affine Time Series Toolbox is a powerful and versatile tool designed t
16
  st.header("Features")
17
  st.write("1. Efficient and Scalable Demand Forecasting")
18
  st.write("2. Reducing Model Maintenance Efforts and Resource Requirements for Granular-Level Forecasting")
 
19
  st.markdown("""<div style='text-align: center; margin-bottom:-50px'>
20
  <img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="100 ">
21
  </div>""", unsafe_allow_html=True)
 
16
  st.header("Features")
17
  st.write("1. Efficient and Scalable Demand Forecasting")
18
  st.write("2. Reducing Model Maintenance Efforts and Resource Requirements for Granular-Level Forecasting")
19
+ st.write("3. The unique aspect of this tool lies in its pre-trained models, eliminating the need to train individual models for each store and product. Instead, the models are trained on groups of stores and products, streamlining the process and saving valuable time and resources.")
20
  st.markdown("""<div style='text-align: center; margin-bottom:-50px'>
21
  <img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="100 ">
22
  </div>""", unsafe_allow_html=True)