ajaydamsani commited on
Commit
185408d
1 Parent(s): 9d5a6bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def predict_image_class(model, img_array, class_indices):
31
  return predicted_class_name, confidence_score
32
 
33
  # Streamlit App
34
- st.title('Plant Disease Classifier')
35
 
36
  # Upload and preprocess the image only once
37
  uploaded_image = st.file_uploader("Upload an image...", type=["jpg", "jpeg", "png"])
 
31
  return predicted_class_name, confidence_score
32
 
33
  # Streamlit App
34
+ st.title('INTELLEGENT CROP DISEASE DETECTION')
35
 
36
  # Upload and preprocess the image only once
37
  uploaded_image = st.file_uploader("Upload an image...", type=["jpg", "jpeg", "png"])