weathon commited on
Commit
c5d8bd1
·
1 Parent(s): 7532d32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ if uploaded_file:
12
  avg_pixel = image_np.mean(axis=(0, 1))
13
  else:
14
  avg_pixel = image_np.mean()
15
- st.write("Average pixel values:", avg_pixel
 
12
  avg_pixel = image_np.mean(axis=(0, 1))
13
  else:
14
  avg_pixel = image_np.mean()
15
+ st.write("Average pixel values:", avg_pixel)