Skip to content

Commit

Permalink
pawn
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Nov 25, 2024
1 parent eef6565 commit 9e845fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/gui/extension/table_chess_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from taipy.gui import Gui

data = [
["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
["♜", "♞", "♝", "♛", "♚", "♝", "♞", "♜"],
["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
["", "", "", "", "", "", "", ""],
Expand Down

0 comments on commit 9e845fe

Please sign in to comment.