MSaadTariq commited on
Commit
f6d8eb4
·
verified ·
1 Parent(s): fdbf7cb

Updated the app UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def process_image(image):
44
  return cv2.cvtColor(annotated_image, cv2.COLOR_BGR2RGB)
45
 
46
  def main():
47
- st.title("Building Detection App")
48
 
49
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
50
 
 
44
  return cv2.cvtColor(annotated_image, cv2.COLOR_BGR2RGB)
45
 
46
  def main():
47
+ st.title("Detect Buildings through Satellite Images")
48
 
49
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
50