Spaces:
Sleeping
Sleeping
valentin-ub
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
|
|
97 |
|
98 |
play_match = Game()
|
99 |
|
100 |
-
with gr.Row(
|
101 |
with gr.Column():
|
102 |
board_image = gr.HTML(play_match.display_board())
|
103 |
with gr.Column():
|
|
|
97 |
|
98 |
play_match = Game()
|
99 |
|
100 |
+
with gr.Row():
|
101 |
with gr.Column():
|
102 |
board_image = gr.HTML(play_match.display_board())
|
103 |
with gr.Column():
|