arxivgpt kim commited on
Update app.py
Browse files
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="๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์.
|
|
|
|
| 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 ์๋ต")
|