DamarJati commited on
Commit
3813688
·
verified ·
1 Parent(s): 5276966

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,11 +29,11 @@ with gr.Blocks() as app:
29
  with gr.Tab("Text-to-Image"):
30
  # Prompt dan Neg Prompt
31
  with gr.Row():
32
- with gr.Row(scale=4):
33
  prompt_input = gr.Textbox(label="Prompt", placeholder="Masukkan prompt teks", lines=2, elem_id="prompt-input")
34
  neg_prompt_input = gr.Textbox(label="Neg Prompt", placeholder="Masukkan negasi prompt", lines=2, elem_id="neg-prompt-input")
35
- with gr.Row(scale=1):
36
- generate_button = gr.Button("Generate", elem_id="generate-button")
37
 
38
  with gr.Row():
39
  with gr.Column():
 
29
  with gr.Tab("Text-to-Image"):
30
  # Prompt dan Neg Prompt
31
  with gr.Row():
32
+ with gr.Row():
33
  prompt_input = gr.Textbox(label="Prompt", placeholder="Masukkan prompt teks", lines=2, elem_id="prompt-input")
34
  neg_prompt_input = gr.Textbox(label="Neg Prompt", placeholder="Masukkan negasi prompt", lines=2, elem_id="neg-prompt-input")
35
+ with gr.Row():
36
+ generate_button = gr.Button("Generate", elem_id="generate-button", scale=0.3)
37
 
38
  with gr.Row():
39
  with gr.Column():