minseokKoo commited on
Commit
17b68af
ยท
1 Parent(s): 16498e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ with gr.Blocks() as demo1:
213
  """
214
  )
215
  with gr.Row():
216
- with gr.Columns():
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("์ œ์ถœํ•˜๊ธฐ")