Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,4 +104,3 @@ if st.button("Make Move"):
|
|
| 104 |
# Draw the board only if the game is still ongoing
|
| 105 |
if not check_winner():
|
| 106 |
draw_board()
|
| 107 |
-
|
|
|
|
| 104 |
# Draw the board only if the game is still ongoing
|
| 105 |
if not check_winner():
|
| 106 |
draw_board()
|
|
|