RCaz commited on
Commit
e30f62f
·
verified ·
1 Parent(s): aebf207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -227,7 +227,8 @@ iface = gr.ChatInterface(
227
  description="Ask me anything about Rémi’s work, projects, or education. I’ll cite the source documents.",
228
  examples=["How many years of experience does Rémi have in python, what significant project did he work on?",
229
  "When did Rémi graduate from his doctorate, what was his reaserch topic about?",
230
- "I have a project in DataENgineering using Microsoft Fabrics for data pipeline, how good is Rémi experience to join a team ASAP?"]
 
231
  )
232
 
233
  iface.launch()
 
227
  description="Ask me anything about Rémi’s work, projects, or education. I’ll cite the source documents.",
228
  examples=["How many years of experience does Rémi have in python, what significant project did he work on?",
229
  "When did Rémi graduate from his doctorate, what was his reaserch topic about?",
230
+ "I have a project in DataENgineering using Microsoft Fabrics for data pipeline, how good is Rémi experience to join a team ASAP?"],
231
+ cache_examples=False
232
  )
233
 
234
  iface.launch()