Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(
|
|
117 |
label="来问问兮辞吧……",
|
118 |
placeholder="兮辞折寿中……",
|
119 |
show_label=True,
|
120 |
-
).style(container=
|
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 / 全局时空断裂")
|