Skip to content
Snippets Groups Projects
Commit 95a09b65 authored by DIANE's avatar DIANE
Browse files

small modif

parent 6d020847
No related branches found
No related tags found
No related merge requests found
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: 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
Nicolas.barthes \ No newline at end of file
\ No newline at end of file
...@@ -43,7 +43,7 @@ with st.container(): ...@@ -43,7 +43,7 @@ with st.container():
st.subheader("The Nature of the Samples",divider="blue") st.subheader("The Nature of the Samples",divider="blue")
meta_sample_category_options = ["Soil", "Plant", "Animal", "Other"] meta_sample_category_options = ["Soil", "Plant", "Animal", "Other"]
meta_sample_category = st.radio("Samples category :", [""] + meta_sample_category_options) 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) meta_sample_sub_category = st.radio("Sample category description :", [""] + meta_sample_sub_category_options)
with col4: with col4:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment