youngtsai commited on
Commit
74a68f3
โ€ข
1 Parent(s): 799a8f8

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

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -857,7 +857,7 @@ with gr.Blocks(js=JS, css=CSS) as demo:
857
  gr.Markdown("## ้‡ๆ–ฐ็”Ÿๆˆๅ•้กŒ")
858
  btn_create_question = gr.Button("Create Questions")
859
  with gr.Tab("markdown"):
860
- mind_map = gr.Textbox()
861
  with gr.Tab("ๅฟƒๆ™บๅœ–"):
862
  mind_map_html = gr.HTML()
863
 
 
857
  gr.Markdown("## ้‡ๆ–ฐ็”Ÿๆˆๅ•้กŒ")
858
  btn_create_question = gr.Button("Create Questions")
859
  with gr.Tab("markdown"):
860
+ mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
861
  with gr.Tab("ๅฟƒๆ™บๅœ–"):
862
  mind_map_html = gr.HTML()
863