Spaces:
Running
on
Zero
Running
on
Zero
Display images in the same screen
Browse files
app.py
CHANGED
@@ -454,7 +454,7 @@ with gr.Blocks(css=css) as demo:
|
|
454 |
)
|
455 |
|
456 |
with gr.Row():
|
457 |
-
with gr.Column(scale=
|
458 |
prompt_input = gr.Textbox(
|
459 |
label="Prompt",
|
460 |
placeholder="Enter your prompt here...",
|
|
|
454 |
)
|
455 |
|
456 |
with gr.Row():
|
457 |
+
with gr.Column(scale=2):
|
458 |
prompt_input = gr.Textbox(
|
459 |
label="Prompt",
|
460 |
placeholder="Enter your prompt here...",
|