Túlio Guimarães
Túlio Guimarães
to automatically scroll down an element you'll have to use JS, see an example below: ``` def add_new_message(self, message): # here is the code to add a new message to...
would like to ask @dddomodossola for a little help I am working on an app that shows a little console to output info to the user. After inserting the message...
Thank you @dddomodossola I'll give it a try
try using the `TextInput` widget and use `get_text()` and `set_text(text))` you can check the docs [here](https://remi.readthedocs.io/en/latest/remi.html#module-remi.gui)