Fix height of iframe

This commit is contained in:
osanseviero 2023-08-16 16:42:09 +02:00
parent c9b76c6715
commit 4ca853e1de

View File

@ -18,14 +18,14 @@ For example, think that a system can generate 100 tokens per second. If the syst
<iframe <iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light" src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=light"
width="850" width="850"
height="1600" height="350"
></iframe> ></iframe>
</div> </div>
<div class="hidden dark:block"> <div class="hidden dark:block">
<iframe <iframe
src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=dark" src="https://osanseviero-streaming-vs-non-streaming.hf.space?__theme=dark"
width="850" width="850"
height="1600" height="350"
></iframe> ></iframe>
</div> </div>