@@ -14,10 +14,10 @@ def more() -> None:
async def await_button_click() -> None:
# @ui.page('/')
# async def index():
- b = ui.button('Step')
- await b.clicked()
- ui.label('One')
- ui.label('Two')
- ui.label('Three')
+ b = ui.button('Step')
+ await b.clicked()
+ ui.label('One')
+ ui.label('Two')
+ ui.label('Three')
@@ -19,5 +19,6 @@ def word() -> ui.html:
def github() -> ui.html:
return ui.html((PATH / 'github.svg').read_text())
+
def discord() -> ui.html:
return ui.html((PATH / 'discord.svg').read_text())