Spaces:
Sleeping
Sleeping
gr.Markdown("## 這是什麼樣的資料?")
Browse files
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("## 常用問題")
|