Upload app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ img[loading="lazy"] {
|
|
237 |
"""
|
238 |
|
239 |
with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
|
240 |
-
with gr.Row():gr.HTML(value
|
241 |
with gr.Row():
|
242 |
with gr.Column():
|
243 |
textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))
|
|
|
237 |
"""
|
238 |
|
239 |
with gr.Blocks(title="Images Prompts Generator", css=css) as demo:
|
240 |
+
with gr.Row():gr.HTML(value=description)
|
241 |
with gr.Row():
|
242 |
with gr.Column():
|
243 |
textbox = persist(gr.Textbox(show_label=True , label ="prompt",show_copy_button=True ))
|