Add embedded space

This commit is contained in:
osanseviero 2023-08-11 15:03:56 +02:00
parent 5df4c7c0d7
commit 6daee77c09
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Streaming
TODO: Add a side-by-side gif, one showing streaming and the other showing non streaming
<div class="block dark:hidden">
<iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light"
width="850"
height="1600"
></iframe>
</div>
<div class="hidden dark:block">
<iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=dark"
width="850"
height="1600"
></iframe>
</div>