Update app.py
Browse files
app.py
CHANGED
|
@@ -61,10 +61,10 @@ def generate_curriculum(prompt):
|
|
| 61 |
# 인터페이스 설정 (변경 없음)
|
| 62 |
iface = gr.Interface(
|
| 63 |
fn=generate_curriculum,
|
| 64 |
-
inputs=gr.Textbox(lines=1, label="
|
| 65 |
-
outputs=gr.Textbox(lines=20, label="개념기반
|
| 66 |
-
title="개념기반
|
| 67 |
-
description="
|
| 68 |
)
|
| 69 |
|
| 70 |
iface.launch()
|
|
|
|
| 61 |
# 인터페이스 설정 (변경 없음)
|
| 62 |
iface = gr.Interface(
|
| 63 |
fn=generate_curriculum,
|
| 64 |
+
inputs=gr.Textbox(lines=1, label="학습주제 입력"),
|
| 65 |
+
outputs=gr.Textbox(lines=20, label="개념기반 탐구학습"),
|
| 66 |
+
title="개념기반 탐구학습 챗봇",
|
| 67 |
+
description="학습주제 입력하면 개념기반 탐구학습을 설계합니다."
|
| 68 |
)
|
| 69 |
|
| 70 |
iface.launch()
|