JUNGU commited on
Commit
226aa47
ยท
verified ยท
1 Parent(s): bfa7637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,10 +29,10 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
29
 
30
  with gr.Row():
31
  # ์‚ฌ์šฉ์ž ๋ฉ”์‹œ์ง€ ์ž…๋ ฅ๋ž€
 
32
  msg = gr.Textbox(
33
  label="๋ฉ”์‹œ์ง€ ์ž…๋ ฅ",
34
  placeholder="๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...",
35
- container=False,
36
  scale=7,
37
  )
38
  # ์ „์†ก ๋ฒ„ํŠผ
 
29
 
30
  with gr.Row():
31
  # ์‚ฌ์šฉ์ž ๋ฉ”์‹œ์ง€ ์ž…๋ ฅ๋ž€
32
+ # container=False ์†์„ฑ์„ ์ œ๊ฑฐํ•˜์—ฌ Gradio ๋‚ด๋ถ€ ์˜ค๋ฅ˜๋ฅผ ์ˆ˜์ •ํ•ฉ๋‹ˆ๋‹ค.
33
  msg = gr.Textbox(
34
  label="๋ฉ”์‹œ์ง€ ์ž…๋ ฅ",
35
  placeholder="๋ฌด์—‡์ด๋“  ๋ฌผ์–ด๋ณด์„ธ์š”...",
 
36
  scale=7,
37
  )
38
  # ์ „์†ก ๋ฒ„ํŠผ