Mike Bright commited on
Commit
b964444
1 Parent(s): 24fc613

style adjustment

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,12 +27,12 @@ with block:
27
  label="Enter your prompt", show_label=False, max_lines=1
28
  ).style(
29
  border=(True, False, True, True),
30
- margin=False,
31
  rounded=(True, False, False, True),
32
  container=False,
33
  )
34
  btn = gr.Button("Run").style(
35
- margin=False,
36
  rounded=(False, True, True, False),
37
  )
38
  gallery = gr.Gallery(label="Generated images", show_label=False).style(
27
  label="Enter your prompt", show_label=False, max_lines=1
28
  ).style(
29
  border=(True, False, True, True),
30
+ # margin=False,
31
  rounded=(True, False, False, True),
32
  container=False,
33
  )
34
  btn = gr.Button("Run").style(
35
+ # margin=False,
36
  rounded=(False, True, True, False),
37
  )
38
  gallery = gr.Gallery(label="Generated images", show_label=False).style(