From f48b599aa5235c8b2503a010f94135a0052185a7 Mon Sep 17 00:00:00 2001
From: DIANE Abderrahim <abderrahim.diane@cefe.cnrs.fr>
Date: Tue, 21 Jan 2025 16:50:12 +0100
Subject: [PATCH] Update file 0-inputs.py

---
 src/pages/0-inputs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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