shauryaDugar commited on
Commit
fcd8ce1
·
verified ·
1 Parent(s): 7d38f50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ iface = gr.Interface(
17
  fn=convert_pdf_to_pgn,
18
  inputs=[file_input, game_start_page_no, game_end_page_no],
19
  outputs=[gr.File(label="Download Processed PGN File"), gr.HTML(label="Lichess Link"), gr_pdf.PDF(label="Selected Pages PDF")],
20
- title="Chess Book PDF to PGN Converter",
21
- description="Upload a PDF file containing a game from a chess book, specify the pages containing the game (for accuracy use the tool on a single game at a time), and download the processed PGN file for the game.",
22
  examples=examples,
23
  cache_examples=True
24
  )
 
17
  fn=convert_pdf_to_pgn,
18
  inputs=[file_input, game_start_page_no, game_end_page_no],
19
  outputs=[gr.File(label="Download Processed PGN File"), gr.HTML(label="Lichess Link"), gr_pdf.PDF(label="Selected Pages PDF")],
20
+ title="♟️LitChessAI🔥 - Chess Book PDF to PGN Converter",
21
+ description="Upload a PDF file containing a game from a chess book, specify the pages containing the game (for accuracy use the tool on a single game at a time), and download the processed PGN file for the game. We also share a Lichess link that you can open to open the game in an interactive experience.",
22
  examples=examples,
23
  cache_examples=True
24
  )