Update app.py
Browse files
app.py
CHANGED
@@ -200,8 +200,8 @@ examples = [
|
|
200 |
|
201 |
with gr.Blocks(css=css, theme=theme) as app:
|
202 |
with gr.Tab("Basic Settings"):
|
203 |
-
with gr.
|
204 |
-
with gr.
|
205 |
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
|
206 |
|
207 |
with gr.Row():
|
|
|
200 |
|
201 |
with gr.Blocks(css=css, theme=theme) as app:
|
202 |
with gr.Tab("Basic Settings"):
|
203 |
+
with gr.Column(elem_id="col-container"):
|
204 |
+
with gr.Row():
|
205 |
prompt = gr.Textbox(placeholder="Enter the image description...", show_label=True, label='Image Prompt ✍️', lines=3, show_copy_button = True)
|
206 |
|
207 |
with gr.Row():
|