tzurshubi commited on
Commit
0f7644c
·
verified ·
1 Parent(s): 118fdde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -309,6 +309,9 @@ def layout_positions(d: int, base: float = 900.0, mode: str = "default"):
309
  if (vid >> 6) & 1:
310
  x += 3400
311
  y -= 200
 
 
 
312
 
313
  pts.append((vid, x, y))
314
  minx, maxx = min(minx, x), max(maxx, x)
 
309
  if (vid >> 6) & 1:
310
  x += 3400
311
  y -= 200
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)