iamSammi commited on
Commit
0d18f1a
·
verified ·
1 Parent(s): 6e84011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def get_weaknesses():
79
  with gr.Blocks() as demo:
80
  gr.Markdown("# 教師檢定智慧陪讀家教 🚀")
81
 
82
- topic_input = gr.Dropdown(choices=topics, label="選擇主題")
83
  difficulty_input = gr.Dropdown(choices=difficulties, label="選擇難度等級")
84
  question_output = gr.Textbox(label="AI 生成的問題")
85
 
 
79
  with gr.Blocks() as demo:
80
  gr.Markdown("# 教師檢定智慧陪讀家教 🚀")
81
 
82
+ topic_input = gr.Dropdown(choices=topics, label="選擇複習主題")
83
  difficulty_input = gr.Dropdown(choices=difficulties, label="選擇難度等級")
84
  question_output = gr.Textbox(label="AI 生成的問題")
85