affine commited on
Commit
cca1391
1 Parent(s): 3fc29e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- st.set_page_config("IntelliForecast")
3
  ## logo
4
  with st.sidebar:
5
  st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
@@ -8,7 +8,7 @@ with st.sidebar:
8
 
9
 
10
 
11
- st.title("Affine Forecating Tool")
12
  st.header("Description")
13
  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.")
14
 
 
1
  import streamlit as st
2
+ st.set_page_config("Home")
3
  ## logo
4
  with st.sidebar:
5
  st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
 
8
 
9
 
10
 
11
+ st.title("IntelliForecast")
12
  st.header("Description")
13
  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.")
14