diff --git a/docs/Support.md b/docs/Support.md index bce216c4fe5170eb84f461a803dd3329a08c1800..50fb59b2840467d7e9fb3e527faf890dd566fb73 100644 --- a/docs/Support.md +++ b/docs/Support.md @@ -1,2 +1 @@ -If you encounter any issue whilst using the application or if you have any collaborative idea, don't hesitate to contact us via the following e-mail adress: -Nicolas.barthes \ No newline at end of file +If you encounter any issue whilst using the application or if you have any collaborative idea, don't hesitate to contact us via the following e-mail adress: Nicolas.barthes@cnrs.fr \ No newline at end of file diff --git a/src/pages/0-inputs.py b/src/pages/0-inputs.py index f7519a8fd2c49c29cb7057992f448957682e8099..e5c229ad496cd4c0394fe2baa48c0499d7677510 100644 --- a/src/pages/0-inputs.py +++ b/src/pages/0-inputs.py @@ -43,7 +43,7 @@ with st.container(): st.subheader("The Nature of the Samples",divider="blue") meta_sample_category_options = ["Soil", "Plant", "Animal", "Other"] meta_sample_category = st.radio("Samples category :", [""] + meta_sample_category_options) - meta_sample_sub_category_options = ["Fresh leaves", "Leaf litter", "Litter", "Humus", "Soil", "Animal part", "Animal Powder", "Fungal sample", "Other"] + meta_sample_sub_category_options = ["Leaves", "Leaf litter", "Litter", "Humus", "Soil", "Animal part", "Animal Powder", "Fungal sample", "Other"] meta_sample_sub_category = st.radio("Sample category description :", [""] + meta_sample_sub_category_options) with col4: