mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
enh: pyodide
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user