lanzhiwang commited on
Commit
854fd59
·
1 Parent(s): 15ad5d6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
46
  show_label=False,
47
  max_lines=1,
48
  placeholder="Bildbeschreibung",
49
- ).style(
50
  container=False,
51
  )
52
  btn = gr.Button("erzeuge Bild").style(full_width=False, min_width=100)
 
46
  show_label=False,
47
  max_lines=1,
48
  placeholder="Bildbeschreibung",
49
+ ).scale(
50
  container=False,
51
  )
52
  btn = gr.Button("erzeuge Bild").style(full_width=False, min_width=100)