arxivgpt kim commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 63 |
gr.Markdown("# AIQ Codepilot", elem_id="markdown-title")
|
| 64 |
gr.Markdown("## AI ์๋ ํ๋ก๊ทธ๋๋ฐ ์๋น์ค", elem_id="markdown-description")
|
| 65 |
gr.Markdown("### ์์ 1: ํ
์คํธ๋ฅผ ์
๋ ฅํ๋ฉด ์์ฑ์์ฑ('gtts') ์๋น์ค ์์ฑ", elem_id="markdown-description")
|
| 66 |
-
gr.Markdown("### ์์ 2: MBTI 20๋ฌธํญ
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
text_input = gr.Textbox(label="๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์...", placeholder="์ฌ๊ธฐ์ ์
๋ ฅํ์ธ์...")
|
|
|
|
| 63 |
gr.Markdown("# AIQ Codepilot", elem_id="markdown-title")
|
| 64 |
gr.Markdown("## AI ์๋ ํ๋ก๊ทธ๋๋ฐ ์๋น์ค", elem_id="markdown-description")
|
| 65 |
gr.Markdown("### ์์ 1: ํ
์คํธ๋ฅผ ์
๋ ฅํ๋ฉด ์์ฑ์์ฑ('gtts') ์๋น์ค ์์ฑ", elem_id="markdown-description")
|
| 66 |
+
gr.Markdown("### ์์ 2: MBTI 20๋ฌธํญ์ ์์ฑํ๊ณ ์๋ตํ๋ฉด 16๊ฐ ์ ํ ์๋ ๊ฒ์ฌ ์๋น์ค ์์ฑ ", elem_id="markdown-description")
|
| 67 |
|
| 68 |
with gr.Row():
|
| 69 |
text_input = gr.Textbox(label="๋ฉ์์ง๋ฅผ ์
๋ ฅํ์ธ์...", placeholder="์ฌ๊ธฐ์ ์
๋ ฅํ์ธ์...")
|