aikitty commited on
Commit
4aa027c
Β·
verified Β·
1 Parent(s): d5d8ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks(css=CSS) as demo:
101
  ),
102
  ],
103
  examples=[
104
- ["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
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. 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."],