Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ iface = gr.ChatInterface(
|
|
45 |
examples=[
|
46 |
"How can CRISPR help us Humans?",
|
47 |
"What are some important ethics in AI",
|
48 |
-
"
|
49 |
],
|
50 |
type="messages"
|
51 |
)
|
|
|
45 |
examples=[
|
46 |
"How can CRISPR help us Humans?",
|
47 |
"What are some important ethics in AI",
|
48 |
+
"What is the capital of New Zealand?",
|
49 |
],
|
50 |
type="messages"
|
51 |
)
|