Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,12 +28,12 @@ def check_sequence(*images):
|
|
28 |
with gr.Blocks() as demo:
|
29 |
gr.Markdown("## Pre-reading Activity: Image Sequencing")
|
30 |
|
31 |
-
gr.Markdown("### Look at the Wordcloud images
|
32 |
with gr.Row():
|
33 |
for img in wordcloud_images:
|
34 |
gr.Image(img, label=img.split('.')[0])
|
35 |
|
36 |
-
gr.Markdown("###
|
37 |
with gr.Row():
|
38 |
for img in scrambled_images:
|
39 |
gr.Image(img, label=img.split('/')[-1])
|
|
|
28 |
with gr.Blocks() as demo:
|
29 |
gr.Markdown("## Pre-reading Activity: Image Sequencing")
|
30 |
|
31 |
+
gr.Markdown("### Look below at the Wordcloud images of the story-intro, body, and conclusion:")
|
32 |
with gr.Row():
|
33 |
for img in wordcloud_images:
|
34 |
gr.Image(img, label=img.split('.')[0])
|
35 |
|
36 |
+
gr.Markdown("### Now, here are the six scrambled images of the story:")
|
37 |
with gr.Row():
|
38 |
for img in scrambled_images:
|
39 |
gr.Image(img, label=img.split('/')[-1])
|