Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def output(N, P, K, temperature, humidity, ph, rainfall):
|
|
57 |
else:
|
58 |
st.write("""# No recommendation""")
|
59 |
|
60 |
-
image = Image.open('./crop_details.
|
61 |
st.image(image)
|
62 |
|
63 |
if st.button("Recommend"):
|
|
|
57 |
else:
|
58 |
st.write("""# No recommendation""")
|
59 |
|
60 |
+
image = Image.open('./crop_details.jpg')
|
61 |
st.image(image)
|
62 |
|
63 |
if st.button("Recommend"):
|