bori0824 commited on
Commit
bc39a69
1 Parent(s): 1b1fd4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def display_image():
16
  with gr.Blocks() as demo:
17
  gr.Markdown("""
18
  <h1 style='text-decoration: underline; cursor: pointer;'>The Peddler's Magic Seeds</h1>
19
- <p>Click the title of the story to look at the image.</p>
20
  """)
21
  title_button.render()
22
  title_button.click(display_image, inputs=None, outputs=image_output)
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown("""
18
  <h1 style='text-decoration: underline; cursor: pointer;'>The Peddler's Magic Seeds</h1>
19
+ <p>Click the title of the story below to look at the image.</p>
20
  """)
21
  title_button.render()
22
  title_button.click(display_image, inputs=None, outputs=image_output)