Roger Condori commited on
Commit
b4f6bc7
1 Parent(s): 85c5bca

fix html bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks(theme=theme, css=css) as demo:
154
 
155
  with gr.Tab("♟️ Chess Game with a LLM"):
156
  with gr.Column():
157
- gr.HTML('<div style="display: flex; justify-content: center; align-items: center; height: 100vh;"><div>♟️ Click to start the Chessboard ♟️</div></div>')
158
  start_chess = gr.Button("START GAME")
159
  board_chess = gr.HTML()
160
  info_chess = gr.HTML()
 
154
 
155
  with gr.Tab("♟️ Chess Game with a LLM"):
156
  with gr.Column():
157
+ gr.HTML('♟️ Click to start the Chessboard ♟️')
158
  start_chess = gr.Button("START GAME")
159
  board_chess = gr.HTML()
160
  info_chess = gr.HTML()