chore: setup hf space
Browse files- src/chessli2/app.py +2 -1
src/chessli2/app.py
CHANGED
@@ -16,7 +16,8 @@ puzzle_themes_file = Path("docs/puzzle_themes.md")
|
|
16 |
with gr.Blocks(title="Chessli2") as chessli2_gradio_app:
|
17 |
with gr.Tab("Welcome"):
|
18 |
readme = readme_file.read_text()
|
19 |
-
|
|
|
20 |
|
21 |
with gr.Tab("Games & Mistakes"):
|
22 |
gr.Markdown(
|
|
|
16 |
with gr.Blocks(title="Chessli2") as chessli2_gradio_app:
|
17 |
with gr.Tab("Welcome"):
|
18 |
readme = readme_file.read_text()
|
19 |
+
gr_readme = readme.split("---")[2].strip()
|
20 |
+
gr.Markdown(gr_readme)
|
21 |
|
22 |
with gr.Tab("Games & Mistakes"):
|
23 |
gr.Markdown(
|