Omnibus commited on
Commit
6b0d06a
·
1 Parent(s): d323a65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Accordiong("Image Preview"):
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()