Zyrenth commited on
Commit
e060b08
·
verified ·
1 Parent(s): e50925f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ with gr.Blocks(css=css) as demo:
443
  show_label=False,
444
  max_lines=2,
445
  placeholder="Enter prompt. Style applied automatically",
446
- ).style(container=False)
447
  with gr.Row():
448
  generate = gr.Button(value="Generate")
449
 
 
443
  show_label=False,
444
  max_lines=2,
445
  placeholder="Enter prompt. Style applied automatically",
446
+ )
447
  with gr.Row():
448
  generate = gr.Button(value="Generate")
449