Spaces:
Sleeping
Sleeping
Update Business_and_Data_Understanding.py
Browse files
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: #
|
| 55 |
-
st.markdown("
|
| 56 |
-
st.markdown("- **Phosphorus** (P)")
|
| 57 |
-
st.markdown("- **Potassium** (K)")
|
| 58 |
|
| 59 |
-
st.markdown("<h3 style='text-align: left; color: #
|
| 60 |
-
st.markdown("
|
| 61 |
-
st.markdown("- **Humidity**")
|
| 62 |
-
st.markdown("- **Rainfall**")
|
| 63 |
|
| 64 |
-
st.markdown("<h3 style='text-align: left; color: #
|
| 65 |
-
st.markdown("
|
|
|
|
| 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)
|