JeCabrera commited on
Commit
ac0b8aa
verified
1 Parent(s): 8799cf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -53,9 +53,9 @@ def chat(message, history):
53
  demo = gr.ChatInterface(
54
  fn=chat,
55
  examples=[
56
- "What are the payment options?",
57
- "Tell me about the course benefits",
58
- "How can I enroll?",
59
  ],
60
  title="馃Chucho Bot - CopyXpert Sales Assistant",
61
  description="Hi! I'm Chucho Bot, your personal assistant for the CopyXpert course. How can I help you today?"
 
53
  demo = gr.ChatInterface(
54
  fn=chat,
55
  examples=[
56
+ "驴Qu茅 incluye el curso CopyXpert?",
57
+ "驴Cu谩l es el precio del curso?",
58
+ "驴C贸mo puedo inscribirme?",
59
  ],
60
  title="馃Chucho Bot - CopyXpert Sales Assistant",
61
  description="Hi! I'm Chucho Bot, your personal assistant for the CopyXpert course. How can I help you today?"