jin-nin commited on
Commit
ba183a8
1 Parent(s): d4e001f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ with gr.Blocks(analytics_enabled=False, css='style.css') as demo:
77
  label="Prompt",
78
  placeholder="proto, girl, high details",
79
  )
80
- with gr.Column(scale=1):
81
  Literally = gr.Button("◀ Literally")
82
  Explain = gr.Button("◀ Explain")
83
 
 
77
  label="Prompt",
78
  placeholder="proto, girl, high details",
79
  )
80
+ with gr.Column(scale=1, elem_id="longs-fillers"):
81
  Literally = gr.Button("◀ Literally")
82
  Explain = gr.Button("◀ Explain")
83