Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,8 @@ examples=[['Give me the grammatically correct version of the sentence: "We shood
|
|
60 |
["Give me an example exam question testing students on square roots on basic integers", None, None, None, None, None,],
|
61 |
["Would this block of HTML code run?\n```\n\n```", None, None, None, None, None,],
|
62 |
["I have been to New York last summer.", None, None, None, None, None,],
|
63 |
-
["We shood buy an car.", None, None, None, None, None,],
|
|
|
64 |
|
65 |
gr.ChatInterface(
|
66 |
fn=generate,
|
|
|
60 |
["Give me an example exam question testing students on square roots on basic integers", None, None, None, None, None,],
|
61 |
["Would this block of HTML code run?\n```\n\n```", None, None, None, None, None,],
|
62 |
["I have been to New York last summer.", None, None, None, None, None,],
|
63 |
+
["We shood buy an car.", None, None, None, None, None,],
|
64 |
+
["People is coming to my party.", None, None, None, None, None,],]
|
65 |
|
66 |
gr.ChatInterface(
|
67 |
fn=generate,
|