import streamlit as st st.set_page_config(page_title="Home", page_icon=None, layout="centered", initial_sidebar_state="auto", menu_items=None) ## logo with st.sidebar: st.markdown("""
logo
""", unsafe_allow_html=True) st.markdown("""

logo IntelliForecast by Affine

""", unsafe_allow_html=True) st.header("Description") 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.") st.header("Features") st.write("1. Efficient and Scalable Demand Forecasting") st.write("2. Reducing Model Maintenance Efforts and Resource Requirements for Granular-Level Forecasting") 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.") st.markdown("""
logo
""", unsafe_allow_html=True) hide_streamlit_style = """ """ st.markdown(hide_streamlit_style, unsafe_allow_html=True)