multimodalart HF staff commited on
Commit
0d23c84
1 Parent(s): 0f8e883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -105,8 +105,8 @@ with gr.Blocks(css=css) as demo:
105
  ''',
106
  elem_id="title"
107
  )
108
- with gr.Row(elem_classes="roulette_group"):
109
- with gr.Row():
110
  gr.HTML("<p>This 2 random LoRAs are loaded to SDXL, find a fun way to combine them 🎨</p>")
111
  with gr.Row():
112
  with gr.Column(min_width=10, scale=8, elem_classes="random_column"):
@@ -119,7 +119,7 @@ with gr.Blocks(css=css) as demo:
119
  lora_2_prompt = gr.Markdown(visible=False)
120
  with gr.Column(min_width=10, scale=1, elem_classes="plus_column"):
121
  equal = gr.HTML("=", elem_classes="plus_button")
122
- with gr.Row():
123
  with gr.Box():
124
  with gr.Row():
125
  prompt = gr.Textbox(label="Your prompt", show_label=False, interactive=True, elem_id="prompt")
 
105
  ''',
106
  elem_id="title"
107
  )
108
+ with gr.Column():
109
+ with gr.Column(min_width=10, scale=16, elem_classes="plus_column"):
110
  gr.HTML("<p>This 2 random LoRAs are loaded to SDXL, find a fun way to combine them 🎨</p>")
111
  with gr.Row():
112
  with gr.Column(min_width=10, scale=8, elem_classes="random_column"):
 
119
  lora_2_prompt = gr.Markdown(visible=False)
120
  with gr.Column(min_width=10, scale=1, elem_classes="plus_column"):
121
  equal = gr.HTML("=", elem_classes="plus_button")
122
+ with gr.Column(min_width=10, scale=14):
123
  with gr.Box():
124
  with gr.Row():
125
  prompt = gr.Textbox(label="Your prompt", show_label=False, interactive=True, elem_id="prompt")