Using PYQT5. I setup a QTextEdit Widget to append a string when a table is updated. What inevitably happens is the widget only displays the initial invocation. When subsequent updates are called, the widget GUI does not show any changes. I am looking to correct this issue.