namnguyen il y a 6 mois
Parent
commit
9e845fe747
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = [
-    ["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
     ["♜", "♞", "♝", "♛", "♚", "♝", "♞", "♜"],
+    ["♟", "♟", "♟", "♟", "♟", "♟", "♟", "♟"],
     ["", "", "", "", "", "", "", ""],
     ["", "", "", "", "", "", "", ""],
     ["", "", "", "", "", "", "", ""],