Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
101 |
),
|
102 |
],
|
103 |
examples=[
|
104 |
-
["Determine whether the following sentence is grammatically correct. If it is correct, say so. If it is not correct, clearly explain why and then provide a grammatically correct version of the sentence. Include both simplifed Chinese characters and pinyin when correcting the user."],
|
105 |
["What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."],
|
106 |
["Tell me a random fun fact about the Roman Empire."],
|
107 |
["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
|
|
|
101 |
),
|
102 |
],
|
103 |
examples=[
|
104 |
+
["Determine whether the following sentence is grammatically correct. If it is correct, say so. If it is not correct, clearly explain why and then provide a grammatically correct version of the sentence. Make the sentence sound natural and colloquial. Include both simplifed Chinese characters and pinyin when correcting the user."],
|
105 |
["What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."],
|
106 |
["Tell me a random fun fact about the Roman Empire."],
|
107 |
["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
|