DataOperation commited on
Commit
6d47b70
ยท
verified ยท
1 Parent(s): cd6056c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1273,7 +1273,6 @@ with gr.Blocks() as demo:
1273
  jp_jp_words = gr.Textbox(label="์ผ๋ฌธ ๋Œ€ํ‘œ๊ฒ€์ƒ‰์–ด",placeholder="๋‹จ์–ด 20๊ฐœ๊นŒ์ง€ ์ž…๋ ฅ ๊ฐ€๋Šฅ (์ค„๋ฐ”๊ฟˆ ๋˜๋Š” ,๋กœ ๊ตฌ๋ถ„)",max_lines=20)
1274
  official_eng_input_jp = gr.Textbox(label="๊ณต์‹ ์˜๋ฌธ๋ช… (๋‹จ์ผ ๋‹จ์–ด ๊ฒ€์ƒ‰ ์‹œ)")
1275
 
1276
- with gr.Accordion("AI ์˜ต์…˜", open=True):
1277
  with gr.Accordion("๐Ÿค– AI ์˜ต์…˜", open=True):
1278
  api_key_input = gr.Textbox(type="password", label="API KEY", placeholder="AI ๋ชจ๋ธ Key๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.")
1279
 
 
1273
  jp_jp_words = gr.Textbox(label="์ผ๋ฌธ ๋Œ€ํ‘œ๊ฒ€์ƒ‰์–ด",placeholder="๋‹จ์–ด 20๊ฐœ๊นŒ์ง€ ์ž…๋ ฅ ๊ฐ€๋Šฅ (์ค„๋ฐ”๊ฟˆ ๋˜๋Š” ,๋กœ ๊ตฌ๋ถ„)",max_lines=20)
1274
  official_eng_input_jp = gr.Textbox(label="๊ณต์‹ ์˜๋ฌธ๋ช… (๋‹จ์ผ ๋‹จ์–ด ๊ฒ€์ƒ‰ ์‹œ)")
1275
 
 
1276
  with gr.Accordion("๐Ÿค– AI ์˜ต์…˜", open=True):
1277
  api_key_input = gr.Textbox(type="password", label="API KEY", placeholder="AI ๋ชจ๋ธ Key๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.")
1278