msg
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import cv2
|
|
| 3 |
import numpy as np
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
-
st.markdown("<h1 style='color:
|
| 7 |
|
| 8 |
# Upload image in the sidebar
|
| 9 |
uploaded_file = st.sidebar.file_uploader("Upload an Image", type=["png", "jpg", "jpeg"])
|
|
|
|
| 3 |
import numpy as np
|
| 4 |
from PIL import Image
|
| 5 |
|
| 6 |
+
st.markdown("<h1 style='color:white;'>Image Processing(comparison view)</h1>", unsafe_allow_html=True)
|
| 7 |
|
| 8 |
# Upload image in the sidebar
|
| 9 |
uploaded_file = st.sidebar.file_uploader("Upload an Image", type=["png", "jpg", "jpeg"])
|