Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|