aiqtech commited on
Commit
f0c49d9
·
verified ·
1 Parent(s): bbfb2b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -677,7 +677,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
677
  )
678
 
679
  # 텍스트 삽입 컨트롤을 더 명확하게 구분
680
- with gr.Box():
681
  gr.Markdown("### Add Text to Image")
682
  text_input = gr.Textbox(
683
  label="Text Content",
 
677
  )
678
 
679
  # 텍스트 삽입 컨트롤을 더 명확하게 구분
680
+ with gr.Group():
681
  gr.Markdown("### Add Text to Image")
682
  text_input = gr.Textbox(
683
  label="Text Content",