Spaces:
Sleeping
Sleeping
df_string_output = gr.Textbox(container=True, show_copy_button=True, label="資料本文", lines=20)
Browse files
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()
|