Skip to content

Commit

Permalink
remove config in run
Browse files Browse the repository at this point in the history
  • Loading branch information
namnguyen20999 committed Nov 23, 2024
1 parent eac19d4 commit 4bfbe0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions doc/gui/extension/table_chess_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,5 @@
<|{data}|example.game_table|>
"""

page = """
## Chess Game
<|{data}|example.game_table|>
"""

if __name__ == "__main__":
Gui(page, libraries=[ExampleLibrary()]).run(title="Chess Game", port=3002, use_reloader=True)
Gui(page, libraries=[ExampleLibrary()]).run(title="Chess Game")

0 comments on commit 4bfbe0b

Please sign in to comment.