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

Fill height for chat and game board objects

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():
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(equal_height=True):
101
  with gr.Column():
102
  board_image = gr.HTML(play_match.display_board())
103
  with gr.Column():