youngtsai commited on
Commit
2d3b891
1 Parent(s): 354502a

gr.Markdown("## 請複製以下 markdown 並貼到你的心智圖工具中,建議使用:https://markmap.js.org/repl")

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -859,6 +859,7 @@ with gr.Blocks(head=HEAD) as demo:
859
  gr.Markdown("## 重新生成問題")
860
  btn_create_question = gr.Button("Create Questions")
861
  with gr.Tab("markdown"):
 
862
  mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
863
  with gr.Tab("心智圖"):
864
  mind_map_html = gr.HTML()
 
859
  gr.Markdown("## 重新生成問題")
860
  btn_create_question = gr.Button("Create Questions")
861
  with gr.Tab("markdown"):
862
+ gr.Markdown("## 請複製以下 markdown 並貼到你的心智圖工具中,建議使用:https://markmap.js.org/repl")
863
  mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
864
  with gr.Tab("心智圖"):
865
  mind_map_html = gr.HTML()