youngtsai commited on
Commit
345a1ff
1 Parent(s): 6fdd72b

gr.Markdown("## 教育評量饗宴")

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1250,11 +1250,10 @@ with gr.Blocks() as demo:
1250
  with gr.Tab("心智圖",elem_id="mind_map_tab"):
1251
  mind_map_html = gr.HTML()
1252
 
 
 
1253
  with gr.Row():
1254
  with gr.Column(scale=2):
1255
- gr.Markdown("## 教育評量饗宴")
1256
- # 置入不同模式的 tab
1257
- # 生成有认知层次的评量题目
1258
  with gr.Tab("認知階層評量題目"):
1259
  cognitive_level_content = gr.Textbox(label="輸入學習目標與內容")
1260
  cognitive_level_content_btn = gr.Button("生成評量題目")
 
1250
  with gr.Tab("心智圖",elem_id="mind_map_tab"):
1251
  mind_map_html = gr.HTML()
1252
 
1253
+ with gr.Row():
1254
+ gr.Markdown("## 教育評量饗宴")
1255
  with gr.Row():
1256
  with gr.Column(scale=2):
 
 
 
1257
  with gr.Tab("認知階層評量題目"):
1258
  cognitive_level_content = gr.Textbox(label="輸入學習目標與內容")
1259
  cognitive_level_content_btn = gr.Button("生成評量題目")