youngtsai commited on
Commit
369b716
1 Parent(s): 81040e3

mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40, elem_id="mind_map_markdown")

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