Spaces:
Sleeping
Sleeping
typo
Browse files
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
|
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",
|