Yashvj123 commited on
Commit
0288630
·
verified ·
1 Parent(s): fab5988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ if uploaded_file:
60
  dilated = cv2.dilate(binary_inv, kernel, iterations=1)
61
 
62
  with col1:
63
- st.image(dilated, caption="Preprocessed Prescription", channels="GRAY", use_column_width=True)
64
 
65
  with col2:
66
  st.success("✅ Prescription Uploaded & Preprocessed Successfully")
 
60
  dilated = cv2.dilate(binary_inv, kernel, iterations=1)
61
 
62
  with col1:
63
+ st.image(dilated, caption="Preprocessed Prescription", channels="GRAY", use_container_width=True)
64
 
65
  with col2:
66
  st.success("✅ Prescription Uploaded & Preprocessed Successfully")