minseokKoo commited on
Commit
73fd40e
โ€ข
1 Parent(s): b0aa4c5

Update app.py

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