Spaces:
Sleeping
Sleeping
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40)
Browse files
app.py
CHANGED
@@ -583,7 +583,7 @@ with gr.Blocks() as demo:
|
|
583 |
with gr.Tab("資料本文"):
|
584 |
df_string_output = gr.Textbox(lines=40, label="Data Text")
|
585 |
with gr.Tab("重點整理"):
|
586 |
-
df_summarise = gr.Textbox(container=True, show_copy_button=True,
|
587 |
with gr.Tab("常用問題"):
|
588 |
gr.Markdown("## 常用問題")
|
589 |
btn_1 = gr.Button()
|
|
|
583 |
with gr.Tab("資料本文"):
|
584 |
df_string_output = gr.Textbox(lines=40, label="Data Text")
|
585 |
with gr.Tab("重點整理"):
|
586 |
+
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40)
|
587 |
with gr.Tab("常用問題"):
|
588 |
gr.Markdown("## 常用問題")
|
589 |
btn_1 = gr.Button()
|