Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks() as app:
|
|
254 |
title=gr.Textbox(label="Title")
|
255 |
description=gr.Textbox(label="Description")
|
256 |
link_list=gr.Textbox(label="Image URL")
|
257 |
-
with gr.
|
258 |
img_card=gr.HTML("""""")
|
259 |
|
260 |
#img_card=gr.Image()
|
|
|
254 |
title=gr.Textbox(label="Title")
|
255 |
description=gr.Textbox(label="Description")
|
256 |
link_list=gr.Textbox(label="Image URL")
|
257 |
+
with gr.Accordion("Image Preview"):
|
258 |
img_card=gr.HTML("""""")
|
259 |
|
260 |
#img_card=gr.Image()
|