Xmaster6y commited on
Commit
2f281df
·
unverified ·
1 Parent(s): 7acfda9
Files changed (1) hide show
  1. src/attention_interface.py +1 -1
src/attention_interface.py CHANGED
@@ -163,7 +163,7 @@ with gr.Blocks() as interface:
163
  with gr.Column():
164
  with gr.Group():
165
  gr.Markdown(
166
- "Specify the game PGN of FEN string that you want to analyse (PGN overrides FEN)."
167
  )
168
  game_pgn = gr.Textbox(
169
  label="Game PGN",
 
163
  with gr.Column():
164
  with gr.Group():
165
  gr.Markdown(
166
+ "Specify the game PGN or FEN string that you want to analyse (PGN overrides FEN)."
167
  )
168
  game_pgn = gr.Textbox(
169
  label="Game PGN",