Spaces:
Runtime error
Runtime error
orientation
Browse files- src/play_interface.py +1 -0
src/play_interface.py
CHANGED
@@ -34,6 +34,7 @@ def plot_board(
|
|
34 |
check = None
|
35 |
svg_board = chess.svg.board(
|
36 |
board,
|
|
|
37 |
check=check,
|
38 |
size=350,
|
39 |
arrows=arrows,
|
|
|
34 |
check = None
|
35 |
svg_board = chess.svg.board(
|
36 |
board,
|
37 |
+
orientation=board.turn,
|
38 |
check=check,
|
39 |
size=350,
|
40 |
arrows=arrows,
|