Skip to content

Commit

Permalink
update doc to have link for ploomber cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
theluvjain committed Jan 25, 2024
1 parent d5d3eb0 commit 9edcdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/solara/data-viz/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def Page():
with solara.Column(margin=10):
solara.Markdown("# GPT-4 token encoder and decoder")
solara.Markdown("This is a sample solara educational tool for understanding how tokenization works.")
solara.Markdown("Created by Ploomber")
solara.Markdown("Created by [Ploomber Cloud](https://ploomber.io)")

solara.InputText("Enter text to tokenize it:", value=sentence, continuous_update=True)
tokens = tokenizer.encode(sentence.value)
Expand Down
Binary file modified examples/solara/data-viz/app.zip
Binary file not shown.

0 comments on commit 9edcdff

Please sign in to comment.