lp128396 commited on
Commit
c455afd
·
verified ·
1 Parent(s): 828010f

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +2 -1
src/app.py CHANGED
@@ -67,7 +67,8 @@ if img is not None and img.name.endswith(('jpg', 'jpeg', 'png','webp')):
67
  st.success(f"Prediction: {predicted_label} (Confidence: {prediction[0][predicted_class]:.2f})")
68
 
69
 
70
-
 
71
 
72
 
73
 
 
67
  st.success(f"Prediction: {predicted_label} (Confidence: {prediction[0][predicted_class]:.2f})")
68
 
69
 
70
+ else:
71
+ st.info("📷 Upload a lung microscope image to get started.")
72
 
73
 
74