Spaces:
Runtime error
Runtime error
Roger Condori
commited on
fix html bug
Browse files
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('
|
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()
|