Add embedded space
This commit is contained in:
parent
5df4c7c0d7
commit
6daee77c09
|
@ -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>
|
Loading…
Reference in New Issue