valentin urena commited on
Commit
b881822
·
verified ·
1 Parent(s): a73ab00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -89,8 +89,9 @@ chat_interface = gr.ChatInterface(
89
  fn=generate,
90
  stop_btn=None,
91
  examples=[
92
- ["Hi Gemma, what is a good first move in chess?"],
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",