Spaces:
Sleeping
Sleeping
minseokKoo
commited on
Commit
ยท
17b68af
1
Parent(s):
16498e8
Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks() as demo1:
|
|
213 |
"""
|
214 |
)
|
215 |
with gr.Row():
|
216 |
-
with gr.
|
217 |
inputs_1 = gr.Textbox(placeholder="์ฝ๋๋ฅผ ์
๋ ฅํ์์ค.", label='Text')
|
218 |
with gr.Row():
|
219 |
btn = gr.Button("์ ์ถํ๊ธฐ")
|
|
|
213 |
"""
|
214 |
)
|
215 |
with gr.Row():
|
216 |
+
with gr.Column():
|
217 |
inputs_1 = gr.Textbox(placeholder="์ฝ๋๋ฅผ ์
๋ ฅํ์์ค.", label='Text')
|
218 |
with gr.Row():
|
219 |
btn = gr.Button("์ ์ถํ๊ธฐ")
|