Spaces:
Runtime error
Runtime error
Update pages/1_Store Demand Forecasting.py
Browse files
pages/1_Store Demand Forecasting.py
CHANGED
@@ -38,7 +38,7 @@ st.markdown("""
|
|
38 |
#---------------------------------------------------------------------------------------------------------------------
|
39 |
# select the model(Sidebar)
|
40 |
with st.sidebar:
|
41 |
-
st.markdown("""<div style='text-align: left; margin-top:-
|
42 |
<img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
|
43 |
</div>""", unsafe_allow_html=True)
|
44 |
option=st.selectbox("Select Model",['TFT','Prophet'])
|
|
|
38 |
#---------------------------------------------------------------------------------------------------------------------
|
39 |
# select the model(Sidebar)
|
40 |
with st.sidebar:
|
41 |
+
st.markdown("""<div style='text-align: left; margin-top:-200px;margin-left:-40px;'>
|
42 |
<img src="https://affine.ai/wp-content/uploads/2023/05/Affine-Logo.svg" alt="logo" width="300" height="60">
|
43 |
</div>""", unsafe_allow_html=True)
|
44 |
option=st.selectbox("Select Model",['TFT','Prophet'])
|