Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
import random
|
3 |
-
|
4 |
-
|
5 |
# Check if there's a winner
|
6 |
def check_winner(board):
|
7 |
for row in board:
|
|
|
1 |
import gradio as gr
|
2 |
import random
|
|
|
|
|
3 |
# Check if there's a winner
|
4 |
def check_winner(board):
|
5 |
for row in board:
|