youngtsai commited on
Commit
3e13a5c
1 Parent(s): b7fa139

gr.Markdown("## 這是什麼樣的資料?")

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks() as demo:
187
  with gr.Tab("資料本文"):
188
  df_string_output = gr.Textbox()
189
  with gr.Tab("資料摘要"):
190
- gr.Markdown("## 這是一張什麼表?")
191
  df_summarise = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=40)
192
  with gr.Tab("常用問題"):
193
  gr.Markdown("## 常用問題")
 
187
  with gr.Tab("資料本文"):
188
  df_string_output = gr.Textbox()
189
  with gr.Tab("資料摘要"):
190
+ gr.Markdown("## 這是什麼樣的資料?")
191
  df_summarise = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=40)
192
  with gr.Tab("常用問題"):
193
  gr.Markdown("## 常用問題")