test2023h5's picture
Upload 5 files
2104b65 verified
raw
history blame
180 Bytes
import simplestart as ss
def test(event):
ss.message(123)
with ss.row():
ss.spacer()
ss.write("hi, footer")
ss.button("test", onclick = test)
ss.spacer()