ll7098ll commited on
Commit
c2f287f
·
verified ·
1 Parent(s): b05b815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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()