Spaces:
Runtime error
Runtime error
Raja
commited on
Commit
•
3810dcb
1
Parent(s):
9ee754c
Testing Image
Browse files
app.py
CHANGED
@@ -97,6 +97,7 @@ if uploaded_file is not None:
|
|
97 |
if(consolidated_result!="RiceLeafs_Healthy"):
|
98 |
f = open("remedy.json")
|
99 |
data = json.load(f)
|
|
|
100 |
for i in data[consolidated_result.split("_")[0]]:
|
101 |
if(i["disease_name"]==consolidated_result.split("_")[1]):
|
102 |
st.write("IN")
|
|
|
97 |
if(consolidated_result!="RiceLeafs_Healthy"):
|
98 |
f = open("remedy.json")
|
99 |
data = json.load(f)
|
100 |
+
st.write(data)
|
101 |
for i in data[consolidated_result.split("_")[0]]:
|
102 |
if(i["disease_name"]==consolidated_result.split("_")[1]):
|
103 |
st.write("IN")
|