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