Sanket45's picture
change home page ui
adb33e8
raw
history blame
1.35 kB
import streamlit as st
st.set_page_config("affine_forecasting_tool")
## logo
with st.sidebar:
st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
<img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
</div>""", unsafe_allow_html=True)
st.title("Affine Forecating Tool")
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.markdown("""<div style='text-align: center; margin-bottom:-50px'>
<img src="https://acis.affineanalytics.co.in/assets/images/logo.svg" alt="logo" width="600" height="100 ">
</div>""", unsafe_allow_html=True)