Spaces:
Sleeping
Sleeping
- But others(Origin, Suggestion, revised_paragraph_v2) in English.
Browse files
app.py
CHANGED
@@ -468,14 +468,15 @@ with gr.Blocks() as demo:
|
|
468 |
- Do not modify the sentence: topicSentence"
|
469 |
- Make sure any revised vocabulary aligns with the level.
|
470 |
- When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity.
|
|
|
471 |
- Guidelines for Length and Complexity:
|
472 |
Please keep explanations concise and straightforward,
|
473 |
avoiding overly technical language.
|
474 |
The response should strictly be in the below JSON format and nothing else:
|
475 |
{
|
476 |
"Suggestions and Explanations": [
|
477 |
-
{ "Origin": "#original_text_1", "Suggestion": "#suggestion_1", "Explanation": "#
|
478 |
-
{ "Origin": "#original_text_2", "Suggestion": "#suggestion_2", "Explanation": "#
|
479 |
... ],
|
480 |
"Revised Paragraph": "#revised_paragraph_v2"
|
481 |
}
|
|
|
468 |
- Do not modify the sentence: topicSentence"
|
469 |
- Make sure any revised vocabulary aligns with the level.
|
470 |
- When explaining, use Traditional Chinese (Taiwan, 繁體中文) for clarity.
|
471 |
+
- But others(Origin, Suggestion, revised_paragraph_v2) in English.
|
472 |
- Guidelines for Length and Complexity:
|
473 |
Please keep explanations concise and straightforward,
|
474 |
avoiding overly technical language.
|
475 |
The response should strictly be in the below JSON format and nothing else:
|
476 |
{
|
477 |
"Suggestions and Explanations": [
|
478 |
+
{ "Origin": "#original_text_1", "Suggestion": "#suggestion_1", "Explanation": "#explanation_1(in_traditional_chinese)" },
|
479 |
+
{ "Origin": "#original_text_2", "Suggestion": "#suggestion_2", "Explanation": "#explanation_2(in_traditional_chinese)" },
|
480 |
... ],
|
481 |
"Revised Paragraph": "#revised_paragraph_v2"
|
482 |
}
|