Sanket45 commited on
Commit
adb33e8
1 Parent(s): d82a3be

change home page ui

Browse files
Files changed (1) hide show
  1. app.py +15 -4
app.py CHANGED
@@ -1,10 +1,21 @@
1
  import streamlit as st
2
- st.set_page_config("forecasting")
3
  ## logo
4
  with st.sidebar:
5
- st.markdown("""<div style='text-align: left; margin-top:-230px;margin-left:-40px;'>
6
  <img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
7
  </div>""", unsafe_allow_html=True)
8
- st.markdown("""<div style='text-align: center; margin-top:0px;'>
9
- <img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="400 ">
 
 
 
 
 
 
 
 
 
 
 
10
  </div>""", unsafe_allow_html=True)
 
1
  import streamlit as st
2
+ st.set_page_config("affine_forecasting_tool")
3
  ## logo
4
  with st.sidebar:
5
+ st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
6
  <img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
7
  </div>""", unsafe_allow_html=True)
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
+
15
+
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)