valentin urena commited on
Commit
3318dc1
·
verified ·
1 Parent(s): af40638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", elem_classes="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")
 
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")