varshitha22 commited on
Commit
c690d4f
·
verified ·
1 Parent(s): 3f1c25d

Update Business_and_Data_Understanding.py

Browse files
Files changed (1) hide show
  1. Business_and_Data_Understanding.py +6 -10
Business_and_Data_Understanding.py CHANGED
@@ -51,15 +51,11 @@ The goal of this project is to develop a *Crop Recommendation System* that helps
51
  - **Rainfall:** Provides water for crops and affects crop choice (rainfall in mm).
52
  - **Soil pH (pH Value):** Affects how well plants absorb nutrients.
53
  """)
54
- st.markdown("<h3 style='text-align: left; color: #555;'>Soil Nutrients</h3>", unsafe_allow_html=True)
55
- st.markdown("- **Nitrogen** (N)")
56
- st.markdown("- **Phosphorus** (P)")
57
- st.markdown("- **Potassium** (K)")
58
 
59
- st.markdown("<h3 style='text-align: left; color: #555;'>Climate Factors</h3>", unsafe_allow_html=True)
60
- st.markdown("- **Temperature**")
61
- st.markdown("- **Humidity**")
62
- st.markdown("- **Rainfall**")
63
 
64
- st.markdown("<h3 style='text-align: left; color: #555;'>Soil pH</h3>", unsafe_allow_html=True)
65
- st.markdown("- **pH Value**")
 
51
  - **Rainfall:** Provides water for crops and affects crop choice (rainfall in mm).
52
  - **Soil pH (pH Value):** Affects how well plants absorb nutrients.
53
  """)
54
+ st.markdown("<h3 style='text-align: left; color: #D35400;'>Soil Nutrients</h3>", unsafe_allow_html=True)
55
+ st.markdown("<ul style='color: #1F618D;'><li><b>Nitrogen</b> (N)</li><li><b>Phosphorus</b> (P)</li><li><b>Potassium</b> (K)</li></ul>", unsafe_allow_html=True)
 
 
56
 
57
+ st.markdown("<h3 style='text-align: left; color: #28B463;'>Climate Factors</h3>", unsafe_allow_html=True)
58
+ st.markdown("<ul style='color: #1F618D;'><li><b>Temperature</b></li><li><b>Humidity</b></li><li><b>Rainfall</b></li></ul>", unsafe_allow_html=True)
 
 
59
 
60
+ st.markdown("<h3 style='text-align: left; color: #AF7AC5;'>Soil pH</h3>", unsafe_allow_html=True)
61
+ st.markdown("<ul style='color: #1F618D;'><li><b>pH Value</b></li></ul>", unsafe_allow_html=True)