There is a way to do GUI elements. You can add Label nodes and set them wherever you want. For example, here's a little tutorial on using rich text in your app.
Here's another way to add in a field that you can edit. In your node tree, add a Panel
node, then add a TextEdit
node. Here's something I whipped up in a couple of seconds:

And here's the accompanying node tree:

Hope that helps.