youngtsai commited on
Commit
e7c5645
1 Parent(s): c653778

with gr.Tab("重點整理"):

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -572,8 +572,7 @@ with gr.Blocks() as demo:
572
  next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
573
  with gr.Tab("資料本文"):
574
  df_string_output = gr.Textbox(lines=40, label="Data Text")
575
- with gr.Tab("資料摘要"):
576
- gr.Markdown("## 這是什麼樣的資料?")
577
  df_summarise = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=40)
578
  with gr.Tab("常用問題"):
579
  gr.Markdown("## 常用問題")
 
572
  next_button.click(fn=next_slide, inputs=[], outputs=[slide_image, slide_text])
573
  with gr.Tab("資料本文"):
574
  df_string_output = gr.Textbox(lines=40, label="Data Text")
575
+ with gr.Tab("重點整理"):
 
576
  df_summarise = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=40)
577
  with gr.Tab("常用問題"):
578
  gr.Markdown("## 常用問題")