replace text with gears and play icons. Also add potential new py-reple tag and possible attributes

This commit is contained in:
Fabio Pliger
2022-03-08 11:36:13 -06:00
parent 50b632555c
commit 5831f9a99f
2 changed files with 32 additions and 30 deletions

View File

@@ -18,11 +18,11 @@
<!-- Replace with your content -->
<div class="px-4 py-6 sm:px-0">
<div id="dashboard" class="border-4 border-dashed border-gray-200 rounded-lg h-96">
<py-script>
sum([1, 2, 3, 4, 5])
</py-script>
<py-repl>
<py-script auto-generate target="page:mydiv" source='./mycode.py'>
sum([1, 2, 3, 4, 5])
</py-script>
</py-repl>
</div>
</div>