affine commited on
Commit
439cb9f
·
1 Parent(s): 69eff94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,7 +21,7 @@ st.markdown("""
21
  -webkit-background-clip: text;
22
  -webkit-text-fill-color: transparent;
23
  text-shadow: none;'>
24
- Energy Demand Forecasting Dashboard
25
  </span>
26
  <span style='font-size: 40%;'>
27
  <sup style='position: relative; top: 5px; color: #ed4965;'>by Affine</sup>
@@ -29,6 +29,7 @@ st.markdown("""
29
  </h2>
30
  </div>
31
  """, unsafe_allow_html=True)
 
32
  st.header("Description")
33
  st.write("Affine Time Series Toolbox is a powerful and versatile tool designed to handle multiple time series data. It excels in forecasting demand with a high level of granularity, allowing for precise predictions at the store and product level. By leveraging this tool, businesses can minimize the need for constant model maintenance and reduce resource demands, all while ensuring accurate and reliable demand forecasts. Its wide-ranging capabilities make it suitable for application in various domains, from e-commerce to the energy sector.")
34
 
 
21
  -webkit-background-clip: text;
22
  -webkit-text-fill-color: transparent;
23
  text-shadow: none;'>
24
+ IntelliForecast
25
  </span>
26
  <span style='font-size: 40%;'>
27
  <sup style='position: relative; top: 5px; color: #ed4965;'>by Affine</sup>
 
29
  </h2>
30
  </div>
31
  """, unsafe_allow_html=True)
32
+
33
  st.header("Description")
34
  st.write("Affine Time Series Toolbox is a powerful and versatile tool designed to handle multiple time series data. It excels in forecasting demand with a high level of granularity, allowing for precise predictions at the store and product level. By leveraging this tool, businesses can minimize the need for constant model maintenance and reduce resource demands, all while ensuring accurate and reliable demand forecasts. Its wide-ranging capabilities make it suitable for application in various domains, from e-commerce to the energy sector.")
35