Omnibus commited on
Commit
b3e83e5
·
1 Parent(s): 87b9775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -223,6 +223,7 @@ with gr.Blocks() as app:
223
  btn = gr.Button("Preview")
224
  details = gr.HTML("""""")
225
  output = gr.HTML("""""")
 
226
  images = gr.HTML("""""")
227
  with gr.Row() as im_row:
228
  txt_btn=gr.Button("Link")
 
223
  btn = gr.Button("Preview")
224
  details = gr.HTML("""""")
225
  output = gr.HTML("""""")
226
+ gr.HTML("""<h3><b>Step 2:</b> Select the Image to use on the Social Card</h3>""")
227
  images = gr.HTML("""""")
228
  with gr.Row() as im_row:
229
  txt_btn=gr.Button("Link")