fatimaxa commited on
Commit
aa56b37
·
verified ·
1 Parent(s): 08ef6ca

Update ui_text/disease_info.json

Browse files
Files changed (1) hide show
  1. ui_text/disease_info.json +9 -9
ui_text/disease_info.json CHANGED
@@ -1,9 +1,9 @@
1
- {
2
- "healthy": "✅ No disease detected! The plant appears healthy.",
3
- "scab": "🔴 Apple Scab: A fungal disease causing dark, scabby lesions. Treatment: Apply fungicides and remove infected leaves.",
4
- "rust": "🟠 Rust: Fungal infection with orange/brown pustules. Treatment: Use fungicides and improve air circulation.",
5
- "spot": "🟡 Leaf Spot: Bacterial or fungal spots on leaves. Treatment: Remove infected parts and apply appropriate treatment.",
6
- "blight": "🔴 Blight: A severe disease causing rapid plant death. Treatment: Remove infected plants and use resistant varieties.",
7
- "mold": "âš« Mold: Fungal growth on leaves. Treatment: Improve ventilation and reduce humidity.",
8
- "virus": "🔴 Viral disease: Transmitted by insects. Treatment: Remove infected plants and control insect vectors."
9
- }
 
1
+ {
2
+ "healthy": "✅ No disease detected! The plant appears healthy.",
3
+ "scab": "Apple Scab: A fungal disease causing dark, scabby lesions. Treatment: Apply fungicides and remove infected leaves.",
4
+ "rust": "Rust: Fungal infection with orange/brown pustules. Treatment: Use fungicides and improve air circulation.",
5
+ "spot": "Leaf Spot: Bacterial or fungal spots on leaves. Treatment: Remove infected parts and apply appropriate treatment.",
6
+ "blight": "Blight: A severe disease causing rapid plant death. Treatment: Remove infected plants and use resistant varieties.",
7
+ "mold": "Mold: Fungal growth on leaves. Treatment: Improve ventilation and reduce humidity.",
8
+ "virus": "Viral disease: Transmitted by insects. Treatment: Remove infected plants and control insect vectors."
9
+ }