Cran-May commited on
Commit
a73eb90
1 Parent(s): 184f581

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(
117
  label="来问问兮辞吧……",
118
  placeholder="兮辞折寿中……",
119
  show_label=True,
120
- ).style(container=False)
121
  with gr.Column():
122
  submit = gr.Button("Submit / 开凹!")
123
  stop = gr.Button("Stop / 全局时空断裂")
 
117
  label="来问问兮辞吧……",
118
  placeholder="兮辞折寿中……",
119
  show_label=True,
120
+ ).style(container=True)
121
  with gr.Column():
122
  submit = gr.Button("Submit / 开凹!")
123
  stop = gr.Button("Stop / 全局时空断裂")