bori0824 commited on
Commit
ff01a7b
·
verified ·
1 Parent(s): 767f1a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 below:")
32
  with gr.Row():
33
  for img in wordcloud_images:
34
  gr.Image(img, label=img.split('.')[0])
35
 
36
- gr.Markdown("### Unscramble the images below:")
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])