codelion commited on
Commit
518cdca
1 Parent(s): 35d9bb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ chat_interface = gr.ChatInterface(
245
  [example2],
246
  [example3],
247
  [example4],
248
- ["You are a coding assitant, who is best in the world at debugging. Create a snake game in Python."],
249
  ],
250
  )
251
 
 
245
  [example2],
246
  [example3],
247
  [example4],
248
+ ["You are a coding assistant, who is best in the world at debugging. Create a snake game in Python."],
249
  ],
250
  )
251