Got a little help from a new Friend - CHATGPT
I have been tinkering around with OPENAI's CHATGPT. I asked help to remedy the issue of the small box to ask questions of CHATGPT in my PythonAnywhere experiment.
Below is a image of one exchange - it takes me longer to formulate the question than CHATGPT to start to generate an answer.
ChatGPT return text formatted HTML. In other words I was getting the HTML command as visible text.
So asked ChatGPT - "How to display HTML in flask {{answer}} "
It provide a solution I was unaware of - the "SAFE" command in FLASK
Here is where I implemented it in ANSWER.HTML of my PythonAnywhere effort.
Comments
Post a Comment