Skip to content
Snippets Groups Projects
Commit f48b599a authored by DIANE Abderrahim's avatar DIANE Abderrahim
Browse files

Update file 0-inputs.py

parent accd93b8
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
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