1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

simplify output

This commit is contained in:
Fabio Pliger
2022-04-13 14:46:53 -05:00
parent 2059df3ecd
commit 63d79840bc

View File

@@ -20,9 +20,9 @@
</py-env>
<body>
<py-box>
<div class="w-2/3"><py-repl id="my-repl" auto-generate="true" target="output"> </py-repl></div>
<div id="output" class="w-1/3"></div>
<py-box widths="2/3;1/3">
<py-repl id="my-repl" auto-generate="true" target="output"> </py-repl>
<div id="output"></div>
</py-box>
</body>
</html>