Spaces:
Sleeping
Sleeping
valentin urena
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -89,8 +89,9 @@ chat_interface = gr.ChatInterface(
|
|
89 |
fn=generate,
|
90 |
stop_btn=None,
|
91 |
examples=[
|
92 |
-
["Hi
|
93 |
-
["How does the Knight move?"]
|
|
|
94 |
],
|
95 |
cache_examples=False,
|
96 |
type="messages",
|
|
|
89 |
fn=generate,
|
90 |
stop_btn=None,
|
91 |
examples=[
|
92 |
+
["Hi Gemini, what is a good first move in chess?"],
|
93 |
+
["How does the Knight move?"],
|
94 |
+
["Explain algebraic notation for capturing a piece in chess?"]
|
95 |
],
|
96 |
cache_examples=False,
|
97 |
type="messages",
|