Spaces:
Sleeping
Sleeping
根據主題,思考段落的方向及內容,然後用兩個要點/關鍵字來呈現。例如主題:
Browse files
app.py
CHANGED
@@ -791,7 +791,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
791 |
with gr.Row() as points_html:
|
792 |
gr.Markdown("# Step 2. 找關鍵字")
|
793 |
with gr.Row():
|
794 |
-
gr.Markdown("##
|
795 |
with gr.Row():
|
796 |
gr.Markdown("## 如果不知道要寫什麼,也可以讓Jutor提供要點/關鍵字,以兩個要點/關鍵字為限。")
|
797 |
with gr.Row():
|
@@ -854,7 +854,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
854 |
with gr.Row():
|
855 |
with gr.Column():
|
856 |
gr.Markdown("## 主題句(Topic Sentence)通常位於段落的開頭,幫助讀者迅速理解段落的內容。是段落中最重要的句子,介紹主題並含括段落的所有要點/關鍵字。")
|
857 |
-
gr.Markdown("##
|
858 |
gr.Markdown("## 書寫段落時,必須確保每個句子都支持和闡述主題句,避免引入無關或偏離主題的討論,否則就會影響段落的架構及內容的一致性及連貫性。")
|
859 |
with gr.Column():
|
860 |
with gr.Accordion("參考指引:合適的主題句?", open=False):
|
|
|
791 |
with gr.Row() as points_html:
|
792 |
gr.Markdown("# Step 2. 找關鍵字")
|
793 |
with gr.Row():
|
794 |
+
gr.Markdown("## 根據主題,思考段落的方向及內容,然後用兩個要點/關鍵字來呈現。例如主題:\"The Benefits of Learning a Second Language\" 「學習第二種語言的好處」,內容及方向:因為學習第二種語言,例如日語,就可以和日本人溝通,進而學習瞭解日本文化,因而要點/關鍵字就是 \"Improving communication skills\" 「提升溝通能力」及 \"Understanding other cultures\" 「瞭解其他文化」。")
|
795 |
with gr.Row():
|
796 |
gr.Markdown("## 如果不知道要寫什麼,也可以讓Jutor提供要點/關鍵字,以兩個要點/關鍵字為限。")
|
797 |
with gr.Row():
|
|
|
854 |
with gr.Row():
|
855 |
with gr.Column():
|
856 |
gr.Markdown("## 主題句(Topic Sentence)通常位於段落的開頭,幫助讀者迅速理解段落的內容。是段落中最重要的句子,介紹主題並含括段落的所有要點/關鍵字。")
|
857 |
+
gr.Markdown("## 例如:\"Learning a second language improves communication skills and helps you understand other cultures better.\" \"The Benefits of Learning a second language\"是主題, \"improving communication skills\" 和 \"understanding other cultures\" 則是兩個要點/關鍵字。")
|
858 |
gr.Markdown("## 書寫段落時,必須確保每個句子都支持和闡述主題句,避免引入無關或偏離主題的討論,否則就會影響段落的架構及內容的一致性及連貫性。")
|
859 |
with gr.Column():
|
860 |
with gr.Accordion("參考指引:合適的主題句?", open=False):
|