Spaces:
Sleeping
Sleeping
with gr.Accordion("📝 英文作文跟中文作文的差異?", open=False):
Browse files
app.py
CHANGED
@@ -766,6 +766,9 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
766 |
### 我們創建這個平台旨在為你提供一個良好的學習環境,通過啟發和挑戰,幫助你逐步提升英文段落寫作的技能。無論初學者還是有一定經驗的寫作者,我們都盡力為你提供所需的學習資源,助你突破學習瓶頸。
|
767 |
### 謝謝你選擇使用我們的平台,讓我們攜手前行,一起開始這段寫作之旅吧!Cheers!
|
768 |
""")
|
|
|
|
|
|
|
769 |
# ===== 基礎級使用者 =====
|
770 |
with gr.Row(visible=False) as default_params:
|
771 |
model = gr.Radio(["gpt-4o", "gpt-4-turbo"], label="Model", value="gpt-4o")
|
@@ -1231,7 +1234,10 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
1231 |
gr.Markdown("# Step 6. 段落確認與修訂")
|
1232 |
with gr.Row():
|
1233 |
with gr.Column():
|
1234 |
-
gr.
|
|
|
|
|
|
|
1235 |
### 1. 找出文法、拼字或標點錯誤
|
1236 |
### 2. 需要之處加入合適的轉折詞,例如:first, second, however, moreover, etc.
|
1237 |
### 3. 整個段落是否連貫、流暢、容易理解
|
|
|
766 |
### 我們創建這個平台旨在為你提供一個良好的學習環境,通過啟發和挑戰,幫助你逐步提升英文段落寫作的技能。無論初學者還是有一定經驗的寫作者,我們都盡力為你提供所需的學習資源,助你突破學習瓶頸。
|
767 |
### 謝謝你選擇使用我們的平台,讓我們攜手前行,一起開始這段寫作之旅吧!Cheers!
|
768 |
""")
|
769 |
+
with gr.Accordion("📝 英文作文跟中文作文的差異?", open=False):
|
770 |
+
gr.Image(value="https://storage.googleapis.com/jutor/jutor_en_chinese.jpg", show_label=False, show_download_button=False)
|
771 |
+
|
772 |
# ===== 基礎級使用者 =====
|
773 |
with gr.Row(visible=False) as default_params:
|
774 |
model = gr.Radio(["gpt-4o", "gpt-4-turbo"], label="Model", value="gpt-4o")
|
|
|
1234 |
gr.Markdown("# Step 6. 段落確認與修訂")
|
1235 |
with gr.Row():
|
1236 |
with gr.Column():
|
1237 |
+
with gr.Row():
|
1238 |
+
gr.Image(value="https://storage.googleapis.com/jutor/jutor_paragraph_evaluate.jpg", show_label=False, show_download_button=False)
|
1239 |
+
with gr.Row():
|
1240 |
+
gr.Markdown("""## 你已經完成段落草稿,可再檢視幾次:
|
1241 |
### 1. 找出文法、拼字或標點錯誤
|
1242 |
### 2. 需要之處加入合適的轉折詞,例如:first, second, however, moreover, etc.
|
1243 |
### 3. 整個段落是否連貫、流暢、容易理解
|