Spaces:
Running
Running
Update app.py
Browse files
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",
|
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")
|