prithivMLmods commited on
Commit
08308e1
·
verified ·
1 Parent(s): c9b436c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -188,13 +188,12 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
188
  value=23,
189
  )
190
 
191
-
192
- with gr.Column(scale=1):
193
  gr.Examples(
194
- examples=examples,
195
- inputs=prompt,
196
- cache_examples=False
197
- )
198
 
199
  use_negative_prompt.change(
200
  fn=lambda x: gr.update(visible=x),
 
188
  value=23,
189
  )
190
 
191
+ with gr.Column(scale=1): # Examples on right
 
192
  gr.Examples(
193
+ examples=examples,
194
+ inputs=prompt,
195
+ cache_examples=False,
196
+ )
197
 
198
  use_negative_prompt.change(
199
  fn=lambda x: gr.update(visible=x),