Spaces:
Sleeping
Sleeping
gr.Markdown("## 你也有類似的問題想問嗎?")
Browse files
app.py
CHANGED
@@ -1710,7 +1710,7 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
1710 |
with gr.Tab("重點"):
|
1711 |
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40)
|
1712 |
with gr.Tab("問題"):
|
1713 |
-
gr.Markdown("##
|
1714 |
btn_1 = gr.Button()
|
1715 |
btn_2 = gr.Button()
|
1716 |
btn_3 = gr.Button()
|
|
|
1710 |
with gr.Tab("重點"):
|
1711 |
df_summarise = gr.Textbox(container=True, show_copy_button=True, lines=40)
|
1712 |
with gr.Tab("問題"):
|
1713 |
+
gr.Markdown("## 你也有類似的問題想問嗎?")
|
1714 |
btn_1 = gr.Button()
|
1715 |
btn_2 = gr.Button()
|
1716 |
btn_3 = gr.Button()
|