diff --git a/examples/solara/data-viz/app.py b/examples/solara/data-viz/app.py index 9320a7c7..b7513364 100644 --- a/examples/solara/data-viz/app.py +++ b/examples/solara/data-viz/app.py @@ -2,7 +2,7 @@ This example shows how to use a language model tokenizer to encode and decode and how to search for a token -Inspired by: [Understanding GPT tokenizers by Simon Willison](https://simonwillison.net/2023/Jun/8/gpt-tokenizers/) +Inspired by: [Understanding GPT tokenizers by Simon Willison](https://simonwillison.net/2023/Jun/8/gpt-tokenizers/) & [GPT-4 Tokenizer by Alonso Silva Allende](https://solara.dev/examples/ai/tokenizer) ## Note diff --git a/examples/solara/data-viz/app.zip b/examples/solara/data-viz/app.zip index 42eaf6b2..33e18302 100644 Binary files a/examples/solara/data-viz/app.zip and b/examples/solara/data-viz/app.zip differ