arxivgpt kim commited on
Commit
05b561d
ยท
verified ยท
1 Parent(s): 6b5b55e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -76,10 +76,11 @@ footer {
76
  with gr.Blocks(css=css) as demo:
77
 
78
  gr.Markdown("# AIQ Codepilot", elem_id="markdown-title")
79
- gr.Markdown("### AI ์ž๋™ ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์„œ๋น„์Šค", elem_id="markdown-description")
80
 
81
  with gr.Row():
82
- text_input = gr.Textbox(label="๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”...", placeholder="์—ฌ๊ธฐ์— ์ž…๋ ฅํ•˜์„ธ์š”...")
 
83
  with gr.Row():
84
  submit_button = gr.Button("์ „์†ก")
85
  output_html = gr.HTML(label="AI ์‘๋‹ต")
 
76
  with gr.Blocks(css=css) as demo:
77
 
78
  gr.Markdown("# AIQ Codepilot", elem_id="markdown-title")
79
+ gr.Markdown("### AI ์ž๋™ ํ”„๋กœ๊ทธ๋ž˜๋ฐ ์„œ๋น„์Šค: ๋‚ด๊ฐ€ ๋งŒ๋“ค๊ณ  ์‹ถ์€ AI ์„œ๋น„์Šค๋ฅผ AI์—๊ฒŒ ์ž…๋ ฅ๋งŒ ํ•˜๋ฉด ์ž๋™์œผ๋กœ ์ฝ”๋“œ๋ฅผ ์ƒ์„ฑํ•˜๊ณ  ์‹คํ–‰ ๋ฐฉ๋ฒ•์„ ์•ˆ๋‚ดํ•ฉ๋‹ˆ๋‹ค.", elem_id="markdown-description")
80
 
81
  with gr.Row():
82
+ text_input = gr.Textbox(label="๋ฉ”์‹œ์ง€๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”.", placeholder="์—ฌ๊ธฐ์— ์ž…๋ ฅํ•˜์„ธ์š”...", examples=["ํ…์ŠคํŠธ๋ฅผ ์ž…๋ ฅํ•˜๋ฉด ์Œ์„ฑ์ƒ์„ฑ("gtts") ์„œ๋น„์Šค ์ƒ์„ฑ", "MBTI 20๋ฌธํ•ญ์œผ๋กœ ๊ฒ€์‚ฌํ•˜๋Š” ์„œ๋น„์Šค ์ƒ์„ฑ", "์‹œํ—˜๋ฌธ์ œ ์ถœ์ œ๋ฅผ ํ•˜๊ณ  ๊ฐ๊ด€์‹ ์„ ํƒ๊ณผ ์ฑ„์ ํ•˜๋Š” ์„œ๋น„์Šค ์ƒ์„ฑ"])
83
+
84
  with gr.Row():
85
  submit_button = gr.Button("์ „์†ก")
86
  output_html = gr.HTML(label="AI ์‘๋‹ต")