bstraehle commited on
Commit
ecfc813
·
verified ·
1 Parent(s): f72f4fe

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -84,7 +84,7 @@ def make_move(move: Annotated[str, "A move in UCI format."]) -> Annotated[str, "
84
  board,
85
  arrows=[(move.from_square, move.to_square)],
86
  fill={move.from_square: "gray"},
87
- size=250
88
  ))
89
 
90
  piece = board.piece_at(move.to_square)
 
84
  board,
85
  arrows=[(move.from_square, move.to_square)],
86
  fill={move.from_square: "gray"},
87
+ size=600
88
  ))
89
 
90
  piece = board.piece_at(move.to_square)