enh: pyodide

This commit is contained in:
Timothy Jaeryang Baek
2025-02-02 21:18:52 -08:00
parent eb1ede119e
commit 0d33725d21
2 changed files with 46 additions and 6 deletions

View File

@@ -396,7 +396,7 @@ __builtins__.input = input`);
{#if result}
<div class=" ">
<div class=" text-gray-500 text-xs mb-1">RESULT</div>
<div class="text-sm">{`${result}`}</div>
<div class="text-sm">{`${JSON.stringify(result)}`}</div>
</div>
{/if}
{/if}