tzurshubi commited on
Commit
1452d31
·
verified ·
1 Parent(s): 10a2475

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -422,7 +422,7 @@ def layout_positions(d: int, base: float = 900.0, mode: str = "default"):
422
  y -= 200
423
  if (vid >> 7) & 1:
424
  x += 8000
425
- y += 400
426
  if (vid >> 8) & 1:
427
  x += 15000
428
  y -= 9000
 
422
  y -= 200
423
  if (vid >> 7) & 1:
424
  x += 8000
425
+ y += 150
426
  if (vid >> 8) & 1:
427
  x += 15000
428
  y -= 9000