# Centrer les boutons - CODE DEPLACE dans le style/style.css
# st.markdown(
# """
# <style>
# .stButton>button {
# display: block;
# margin: 0 auto;
# width: 200px;
# height: 50px;
# font-size: 16px;
# }
# </style>
# """,
# unsafe_allow_html=True
# )
header1,header2,header3,header4=st.columns(4)
header1,header2,header3,header4=st.columns(4)
ifheader1.button("Inputs"):
ifheader1.button("Inputs"):
st.switch_page('pages\\4-inputs.py')
st.switch_page('pages\\4-inputs.py')
...
@@ -83,4 +54,4 @@ with st.container():
...
@@ -83,4 +54,4 @@ with st.container():
st.title("NIRS Utils")
st.title("NIRS Utils")
st.write("Samples selection (PCA, [UMAP](https://umap-learn.readthedocs.io/en/latest/how_umap_works.html), ...), Predictive Modelling ([Pinard](https://github.com/GBeurier/pinard), [LWPLSR](https://doi.org/10.1002/cem.3209), ...), and Predictions using your data (CSV or DX files) and/or PACE NIRS Database.")
st.write("Samples selection (PCA, [UMAP](https://umap-learn.readthedocs.io/en/latest/how_umap_works.html), ...), Predictive Modelling ([Pinard](https://github.com/GBeurier/pinard), [LWPLSR](https://doi.org/10.1002/cem.3209), ...), and Predictions using your data (CSV or DX files) and/or PACE NIRS Database.")
#st.image(img_general)
#st.image(img_general)
st.markdown("### We could add documentation here ###")
st.markdown("### We could add documentation here ###")