This PR is to fix a bug we had with the GPT text response. Now instead of displaying it as a text widget on the home page, we will have it in a pop-out alert window, as to remove any bugs that would be caused by UI going off-screen if the response was too long.
We scrapped the idea of using a popout window. Now, we have decided to remove the text on the screen and opted to just use print statements for debugging, leaving the user with only voice communication.
This PR is to fix a bug we had with the GPT text response. Now instead of displaying it as a text widget on the home page, we will have it in a pop-out alert window, as to remove any bugs that would be caused by UI going off-screen if the response was too long.