Spaces:
Running
Running
修訂建議
Browse files
app.py
CHANGED
@@ -3259,7 +3259,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
|
|
3259 |
generate_full_paragraph_correct_grammatical_spelling_errors_button = gr.Button("✨ JUTOR 修訂文法與拼字錯誤", variant="primary")
|
3260 |
full_paragraph_correct_grammatical_spelling_errors_output_table = gr.Dataframe(label="修訂文法與拼字錯誤", interactive=False, column_widths=[30, 30, 40])
|
3261 |
revised_full_paragraph_output = gr.Textbox(label="Revised Paragraph", show_copy_button=True, visible=False)
|
3262 |
-
gr.Markdown("##
|
3263 |
revised_full_paragraph_diff = gr.HTML()
|
3264 |
|
3265 |
# JUTOR 段落批改與整體建議
|
@@ -3272,7 +3272,7 @@ with gr.Blocks(theme=THEME, css=CSS) as demo:
|
|
3272 |
generate_full_paragraph_refine_button = gr.Button("✨ JUTOR 段落改善建議", variant="primary")
|
3273 |
full_paragraph_refine_output_table = gr.DataFrame(label="段落改善建議", wrap=True, interactive=False)
|
3274 |
full_paragraph_refine_output = gr.HTML(label="改建議", visible=False)
|
3275 |
-
gr.Markdown("##
|
3276 |
full_paragraph_refine_output_diff = gr.HTML()
|
3277 |
|
3278 |
# 寫作完成
|
|
|
3259 |
generate_full_paragraph_correct_grammatical_spelling_errors_button = gr.Button("✨ JUTOR 修訂文法與拼字錯誤", variant="primary")
|
3260 |
full_paragraph_correct_grammatical_spelling_errors_output_table = gr.Dataframe(label="修訂文法與拼字錯誤", interactive=False, column_widths=[30, 30, 40])
|
3261 |
revised_full_paragraph_output = gr.Textbox(label="Revised Paragraph", show_copy_button=True, visible=False)
|
3262 |
+
gr.Markdown("## 修訂建議")
|
3263 |
revised_full_paragraph_diff = gr.HTML()
|
3264 |
|
3265 |
# JUTOR 段落批改與整體建議
|
|
|
3272 |
generate_full_paragraph_refine_button = gr.Button("✨ JUTOR 段落改善建議", variant="primary")
|
3273 |
full_paragraph_refine_output_table = gr.DataFrame(label="段落改善建議", wrap=True, interactive=False)
|
3274 |
full_paragraph_refine_output = gr.HTML(label="改建議", visible=False)
|
3275 |
+
gr.Markdown("## 修訂建議")
|
3276 |
full_paragraph_refine_output_diff = gr.HTML()
|
3277 |
|
3278 |
# 寫作完成
|