Skip to content

Commit 11f3208

Browse files
easelclaude
andcommitted
Use inline video player for demo in README
Switch from GIF to <video> tag with the narrated MP4 so it plays inline on GitHub with controls. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 94d2eab commit 11f3208

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Python library for working with table schemas in Universal Metadata Format (UMF)
2020

2121
## Demo
2222

23-
![tablespec demo](examples/tablespec-demo.gif)
23+
<video src="https://github.com/easel/tablespec/raw/main/examples/tablespec-demo-narrated.mp4" controls width="100%"></video>
2424

25-
The demo walks through loading a UMF schema, generating SQL/PySpark/JSON schemas, type mappings, domain type inference, Great Expectations baseline generation, LLM prompt generation, UMF diffing, and PySpark validation with sample data generation.
25+
The narrated demo walks through loading a UMF schema, generating SQL/PySpark/JSON schemas, type mappings, domain type inference, Great Expectations baseline generation, LLM prompt generation, UMF diffing, and PySpark validation with sample data generation.
2626

2727
Run it yourself:
2828

@@ -34,7 +34,7 @@ uv run python examples/demo.py
3434
uv run pytest tests/integration/test_demo.py
3535
```
3636

37-
A [narrated screencast](examples/tablespec-demo-narrated.mp4) and [asciinema recording](examples/tablespec-demo.cast) are also available.
37+
An [asciinema recording](examples/tablespec-demo.cast) is also available for terminal playback with scrollback and copy-paste.
3838

3939
## Installation
4040

0 commit comments

Comments
 (0)