Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|