905saini commited on
Commit
270b39e
·
1 Parent(s): 03adfe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ if file_name is not None:
46
  if class_name =="Table":
47
  color = (255,0,0) #Red color
48
  cv2.rectangle(copy_img, (int(x1), int(y1)), (int(x2), int(y2)),color, 2)
49
- col2.header("output Result")
50
  col2.image(copy_img, use_column_width=True)
51
 
52
 
 
46
  if class_name =="Table":
47
  color = (255,0,0) #Red color
48
  cv2.rectangle(copy_img, (int(x1), int(y1)), (int(x2), int(y2)),color, 2)
49
+ col2.header("Output Result")
50
  col2.image(copy_img, use_column_width=True)
51
 
52