!7 module OSChatBot > DynModule { transient S imageID = #1101205; transient JTextField tfInput; visualize { onEnter(tfInput = jCenteredTextField(), r { dm_setAIBarTextAndFire(getText(tfInput)) }); ret withBottomMargin(20, centerAndSouthWithMargins( jimage(imageID), jvstackWithSpacing( setFontSize(20, jCenteredBoldLabel("Hello!")), setFontSize(16, tfInput))); } }