codelion commited on
Commit
f99f30f
1 Parent(s): a726aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -237,11 +237,11 @@ chat_interface = gr.ChatInterface(
237
  ],
238
  stop_btn=None,
239
  examples=[
 
240
  [example1],
241
  [example2],
242
  [example3],
243
  [example4],
244
- ["You are a coding assistant, who is best in the world at debugging. Create a snake game in Python."],
245
  ],
246
  )
247
 
 
237
  ],
238
  stop_btn=None,
239
  examples=[
240
+ ["You are a helpful coding assistant. Create a snake game in Python."],
241
  [example1],
242
  [example2],
243
  [example3],
244
  [example4],
 
245
  ],
246
  )
247