SyedNaseem commited on
Commit
8e2d631
·
verified ·
1 Parent(s): e3db10b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def predict_fruit(img):
95
  return predicted_name, predicted_quality, img
96
 
97
  def main():
98
- st.title("Automated Fruits Monitoring System")
99
  st.write("Upload an image of a fruit to detect its type, quality, and potential damage.")
100
 
101
  uploaded_file = st.file_uploader("Choose a fruit image...", type=["jpg", "jpeg", "png"])
 
95
  return predicted_name, predicted_quality, img
96
 
97
  def main():
98
+ st.title("An Intelligent Fruits Monitoring System")
99
  st.write("Upload an image of a fruit to detect its type, quality, and potential damage.")
100
 
101
  uploaded_file = st.file_uploader("Choose a fruit image...", type=["jpg", "jpeg", "png"])