sivox commited on
Commit
79383bb
·
verified ·
1 Parent(s): 83b105d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ chat_interface = gr.ChatInterface(
97
  examples=[
98
  ["Qui t'a créé et quelles sont tes compétences ?"],
99
  ["Peux-tu écrire un algorithme de tri rapide en Python ?"],
100
- ["Parle-moi de Giovanni Lucas Correia."],
101
  ],
102
  )
103
 
 
97
  examples=[
98
  ["Qui t'a créé et quelles sont tes compétences ?"],
99
  ["Peux-tu écrire un algorithme de tri rapide en Python ?"],
100
+ ["Code du python."],
101
  ],
102
  )
103