youngtsai commited on
Commit
600e121
Β·
1 Parent(s): 9d36b77

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
@@ -858,7 +858,7 @@ with gr.Blocks(head=HEAD) as demo:
858
  gr.Markdown("## ι‡ζ–°η”Ÿζˆε•ι‘Œ")
859
  btn_create_question = gr.Button("Create Questions")
860
  with gr.Tab("markdown"):
861
- mind_map = gr.Textbox()
862
  with gr.Tab("εΏƒζ™Ίεœ–"):
863
  mind_map_html = gr.HTML()
864
 
 
858
  gr.Markdown("## ι‡ζ–°η”Ÿζˆε•ι‘Œ")
859
  btn_create_question = gr.Button("Create Questions")
860
  with gr.Tab("markdown"):
861
+ mind_map = gr.Textbox(container=True, show_copy_button=True, lines=40)
862
  with gr.Tab("εΏƒζ™Ίεœ–"):
863
  mind_map_html = gr.HTML()
864