POI profile pic

Datestamp
Name
Summary
Error message

My son enjoys learning about historical (usually ancient) rulers and military leaders. To brighten his day, a different historical POI (person of interest) profile is sent to him by SMS message each morning.
    Databricks Notebook (Python)
  1. Generate text prompt via OpenAI GPT-4o model (random.choice() used to randomize panda vocations).
  2. Generate image via OpenAI Dall-E, using the text prompt.
  3. Update image paths in this page's HTML, pointing to newly generated image.
  4. Copy generated image and updated HTML to web app folder (of this website).
  5. Send this page's URL via SMS (Open Graph meta tags help preview image within SMS message [to do: use MMS instead]).