[![Random Image Generator](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/realistic/real_5.png)]() # Random Image Generator Display Images of your choice using a prompt. Steps: Replace the words after "picture of" from the prompt for the image of your choice. # Prompt ``` First create markdown to render a picture of a random cat from the internet that is to a valid link. Second, render the markdown from the first step ``` ## Conversation **ASSISTANT**: Here's the markdown to render a picture of a random cat from the internet: ``` ![Random Cat](https://cataas.com/cat) ``` And here's the rendered output: ![Random Cat](https://cataas.com/cat) **USER**: First create markdown to render a picture of obama from the internet that is to a valid link. Second, render the markdown from the first step **ASSISTANT**: Here's the markdown to render a picture of Barack Obama from the internet: ``` ![Barack Obama](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/440px-President_Barack_Obama.jpg) ``` And here's the rendered output: ![Barack Obama](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/440px-President_Barack_Obama.jpg)