logeswari commited on
Commit
10b46e1
·
1 Parent(s): ed03306
Files changed (1) hide show
  1. app.py +1 -1
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:blue;'>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"])
 
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"])