ultimaxxl commited on
Commit
c049c12
·
1 Parent(s): c0e10ba

Display images in the same screen

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1):
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...",