Merge pull request #190 from zjhch123/patch-1

Update todo-pylist.html
This commit is contained in:
Fabio Pliger
2022-05-04 14:02:38 -05:00
committed by GitHub

View File

@@ -41,7 +41,7 @@
<py-button id="new-task-btn" label="Add Task!">
def on_click(evt):
add_task()
</button>
</py-button>
</py-box>
<py-list id="myList"></py-list>