nishantguvvada commited on
Commit
f974f44
·
verified ·
1 Parent(s): 8518300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')