Blocks
Go to the "blocks section" of the Meme Generator app.
We will add the blocks that will make the Meme Generator app work.
Upload
For the upload button, we are going to need the following blocks:
When Upload Click do
set image Visible to false
set image Picture to

Next, go to "App Features" and find the Files section. Grab "photo from photo library"

We are going to connect that block with "set image Picture to"

Generate
We are going to add the blocks that will generate our meme.
We are going to need the following blocks:
"When Generate Click do"
"set image text to" and "Text_input1 Text"
"set image Visible to true"

Final
The final blocks will look like this:

And when you test live your app, you can upload an image and a phrase. From there, the app generates a meme.
