Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -909,7 +909,7 @@ def draw_and_pad(polygons_inch,
|
|
909 |
boundary_polygon=None,
|
910 |
max_res=1024,
|
911 |
simplify_tol_px=1.0,
|
912 |
-
padding_px=
|
913 |
color=(0,0,255),
|
914 |
thickness=2):
|
915 |
# 1) Simplify & collect raw coords in inches
|
|
|
909 |
boundary_polygon=None,
|
910 |
max_res=1024,
|
911 |
simplify_tol_px=1.0,
|
912 |
+
padding_px=50,
|
913 |
color=(0,0,255),
|
914 |
thickness=2):
|
915 |
# 1) Simplify & collect raw coords in inches
|