youngtsai commited on
Commit
62b7350
1 Parent(s): afee61a

with gr.Tab("心智圖"):

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -857,8 +857,9 @@ with gr.Blocks(head=HEAD) as demo:
857
  btn_3 = gr.Button()
858
  gr.Markdown("## 重新生成問題")
859
  btn_create_question = gr.Button("Create Questions")
860
- with gr.Tab("心智圖"):
861
  mind_map = gr.Textbox()
 
862
  mind_map_html = gr.HTML()
863
 
864
  send_button.click(
 
857
  btn_3 = gr.Button()
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
 
865
  send_button.click(