Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -53,9 +53,9 @@ def chat(message, history):
|
|
53 |
demo = gr.ChatInterface(
|
54 |
fn=chat,
|
55 |
examples=[
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
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?"
|