valentin-ub commited on
Commit
be93a92
·
verified ·
1 Parent(s): e125e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(equal_height=True):
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():