''' title: component ''' import simplestart as ss ss.md("### ss.component Custom Component") ss.md("You can customize components using HTML, JS, and CSS, implemented through an iframe.") ss.space() ss.md(''' #### 🔅 Example ''') ss.space() def testme(state, value): mytext.text = "Data received from the frontend UI: " + value["value"] # By default, the