As promised, here is a try at an example using today’s topic. This blog is not for everyone. It is not about dialysis. It is a side interest of mine: AI and programming, and where the two stand today. This is but a humble example.
First thing is to go to Poe.com and sign in. It is easy to use your Google account to do so. You do not have to pay anything to use Poe for this example. It you get off in the ditch, start over. Once you are signed in, you will see a screen like the one below.

Click on the icon “App-Creator” and you will be off to the races. I entered the following prompt when asked (highlighted in blue below):

App-Creator will then generate the code necessary to produce an HTML rendering of your prompt. Copy this HTML code, and paste it into a text-based app and save it with an HTML extension. If you now open this file with your browser, for my code, you will be presented with the following two screens:


I’m going to place the actual code in the space below. It is in a folder named index.html. We’ll see what happens when it is clicked on: (It operated properly on my computer under preview). You are now off and running!!!!