tzurshubi commited on
Commit
76d4316
·
verified ·
1 Parent(s): 0f7644c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -312,6 +312,10 @@ def layout_positions(d: int, base: float = 900.0, mode: str = "default"):
312
  if (vid >> 7) & 1:
313
  x += 8000
314
  y += 4200
 
 
 
 
315
 
316
  pts.append((vid, x, y))
317
  minx, maxx = min(minx, x), max(maxx, x)
 
312
  if (vid >> 7) & 1:
313
  x += 8000
314
  y += 4200
315
+ if (vid >> 8) & 1:
316
+ x += 15000
317
+ y -= 9000
318
+
319
 
320
  pts.append((vid, x, y))
321
  minx, maxx = min(minx, x), max(maxx, x)