namnguyen 6 months ago
parent
commit
9e845fe747
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/gui/extension/table_chess_game.py

+ 1 - 1
doc/gui/extension/table_chess_game.py

@@ -13,8 +13,8 @@ from example_library import ExampleLibrary
 from taipy.gui import Gui
 
 data = [
-    ["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
     ["♜", "♞", "♝", "♛", "♚", "♝", "♞", "♜"],
+    ["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
     ["", "", "", "", "", "", "", ""],
     ["", "", "", "", "", "", "", ""],
     ["", "", "", "", "", "", "", ""],