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> </py-env>
<body> <body>
<py-box> <py-box widths="2/3;1/3">
<div class="w-2/3"><py-repl id="my-repl" auto-generate="true" target="output"> </py-repl></div> <py-repl id="my-repl" auto-generate="true" target="output"> </py-repl>
<div id="output" class="w-1/3"></div> <div id="output"></div>
</py-box> </py-box>
</body> </body>
</html> </html>