Spaces:
Sleeping
Sleeping
valentin urena
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
|
|
84 |
with gr.Column():
|
85 |
chat_interface.render()
|
86 |
|
87 |
-
game_logs = gr.Label(label="Game Logs",
|
88 |
|
89 |
move_input = gr.Textbox(label="Enter your move in algebraic notation (e.g., e4, Nf3, Bxc4)")
|
90 |
btn = gr.Button("Submit Move")
|
|
|
84 |
with gr.Column():
|
85 |
chat_interface.render()
|
86 |
|
87 |
+
game_logs = gr.Label(label="Game Logs", elem_id="game_logs_label")
|
88 |
|
89 |
move_input = gr.Textbox(label="Enter your move in algebraic notation (e.g., e4, Nf3, Bxc4)")
|
90 |
btn = gr.Button("Submit Move")
|