Spaces:
Sleeping
Sleeping
minseokKoo
commited on
Commit
โข
73fd40e
1
Parent(s):
b0aa4c5
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with gr.Blocks() as demo1:
|
|
217 |
"""
|
218 |
)
|
219 |
with gr.Row():
|
220 |
-
with gr.
|
221 |
inputs_1 = gr.Textbox(placeholder="์ฝ๋๋ฅผ ์
๋ ฅํ์์ค.", label='Text')
|
222 |
with gr.Row():
|
223 |
btn = gr.Button("์ ์ถํ๊ธฐ")
|
|
|
217 |
"""
|
218 |
)
|
219 |
with gr.Row():
|
220 |
+
with gr.Column():
|
221 |
inputs_1 = gr.Textbox(placeholder="์ฝ๋๋ฅผ ์
๋ ฅํ์์ค.", label='Text')
|
222 |
with gr.Row():
|
223 |
btn = gr.Button("์ ์ถํ๊ธฐ")
|