Spaces:
Sleeping
Sleeping
Update pages/Recommendations.py
Browse files- pages/Recommendations.py +1 -1
pages/Recommendations.py
CHANGED
|
@@ -19,7 +19,7 @@ winter_crops = df[winter_conditions]["Crop"].unique().tolist()
|
|
| 19 |
# Explanation Sections
|
| 20 |
with st.expander("☀ Summer Season Conditions"):
|
| 21 |
st.write("""
|
| 22 |
-
- **Temperature:** 20°C to
|
| 23 |
- **Rainfall:** 50mm to 200mm
|
| 24 |
- **Humidity:** 40% to 70%
|
| 25 |
- **Why these crops?** Summer crops are chosen based on their tolerance to high temperatures and moderate water availability.
|
|
|
|
| 19 |
# Explanation Sections
|
| 20 |
with st.expander("☀ Summer Season Conditions"):
|
| 21 |
st.write("""
|
| 22 |
+
- **Temperature:** 20°C to 50°C
|
| 23 |
- **Rainfall:** 50mm to 200mm
|
| 24 |
- **Humidity:** 40% to 70%
|
| 25 |
- **Why these crops?** Summer crops are chosen based on their tolerance to high temperatures and moderate water availability.
|