youngtsai commited on
Commit
4d9c54c
1 Parent(s): 3eafd89

df_string_output = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=20)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
136
 
137
  with gr.Column():
138
  with gr.Tab("資料本文"):
139
- df_string_output = gr.Textbox()
140
  with gr.Tab("資料摘要"):
141
  gr.Markdown("## 這是一張什麼表?")
142
  df_summarise = gr.Textbox()
 
136
 
137
  with gr.Column():
138
  with gr.Tab("資料本文"):
139
+ df_string_output = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=40)
140
  with gr.Tab("資料摘要"):
141
  gr.Markdown("## 這是一張什麼表?")
142
  df_summarise = gr.Textbox()