Spaces:
Sleeping
Sleeping
Update pages/1_Store Demand Forecasting.py
Browse files
pages/1_Store Demand Forecasting.py
CHANGED
@@ -31,7 +31,6 @@ st.markdown("""
|
|
31 |
<div style='text-align: center; margin-top:-70px; margin-bottom: -50px;margin-left: -50px;'>
|
32 |
<h2 style='font-size: 20px; font-family: Courier New, monospace;
|
33 |
letter-spacing: 2px; text-decoration: none;'>
|
34 |
-
<img src="https://acis.affineanalytics.co.in/assets/images/logo_small.png" alt="logo" width="70" height="30">
|
35 |
<span style='background: linear-gradient(45deg, #ed4965, #c05aaf);
|
36 |
-webkit-background-clip: text;
|
37 |
-webkit-text-fill-color: transparent;
|
@@ -39,7 +38,7 @@ st.markdown("""
|
|
39 |
Product Demand Forecasting Dashboard
|
40 |
</span>
|
41 |
<span style='font-size: 40%;'>
|
42 |
-
<sup style='position: relative; top: 5px; color: #ed4965;'>by
|
43 |
</span>
|
44 |
</h2>
|
45 |
</div>
|
@@ -48,7 +47,6 @@ st.markdown("""
|
|
48 |
# select the model(Sidebar)
|
49 |
with st.sidebar:
|
50 |
st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
|
51 |
-
<img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
|
52 |
</div>""", unsafe_allow_html=True)
|
53 |
option=st.selectbox("Select Model",['TFT','Prophet'])
|
54 |
#------------------------------------------------------------------------------------------------------------
|
|
|
31 |
<div style='text-align: center; margin-top:-70px; margin-bottom: -50px;margin-left: -50px;'>
|
32 |
<h2 style='font-size: 20px; font-family: Courier New, monospace;
|
33 |
letter-spacing: 2px; text-decoration: none;'>
|
|
|
34 |
<span style='background: linear-gradient(45deg, #ed4965, #c05aaf);
|
35 |
-webkit-background-clip: text;
|
36 |
-webkit-text-fill-color: transparent;
|
|
|
38 |
Product Demand Forecasting Dashboard
|
39 |
</span>
|
40 |
<span style='font-size: 40%;'>
|
41 |
+
<sup style='position: relative; top: 5px; color: #ed4965;'>by AI Planet</sup>
|
42 |
</span>
|
43 |
</h2>
|
44 |
</div>
|
|
|
47 |
# select the model(Sidebar)
|
48 |
with st.sidebar:
|
49 |
st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
|
|
|
50 |
</div>""", unsafe_allow_html=True)
|
51 |
option=st.selectbox("Select Model",['TFT','Prophet'])
|
52 |
#------------------------------------------------------------------------------------------------------------
|