Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def output(N, P, K, temperature, humidity, ph, rainfall):
|
|
60 |
image = Image.open('./crop_details.jpg')
|
61 |
st.image(image)
|
62 |
|
63 |
-
|
64 |
|
65 |
with st.sidebar:
|
66 |
image = Image.open('./sidebar_image.jpg')
|
|
|
60 |
image = Image.open('./crop_details.jpg')
|
61 |
st.image(image)
|
62 |
|
63 |
+
st.write("The mean values of input variables are provided in the above table. Refer the above table to set the input variables and see the accuracy of the recommendation!")
|
64 |
|
65 |
with st.sidebar:
|
66 |
image = Image.open('./sidebar_image.jpg')
|