Spaces:
Runtime error
Runtime error
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 / ๅ
จๅฑๆถ็ฉบๆญ่ฃ")
|