From 95a09b658b8d25196f14e12e2433ef6d7262c111 Mon Sep 17 00:00:00 2001
From: DIANE <abderrahim.diane@cefe.cnrs.fr>
Date: Tue, 21 Jan 2025 16:40:38 +0100
Subject: [PATCH] small modif

---
 docs/Support.md       | 3 +--
 src/pages/0-inputs.py | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/Support.md b/docs/Support.md
index bce216c..50fb59b 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 f7519a8..e5c229a 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:
-- 
GitLab