Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ chatbot_gradio_app = gr.ChatInterface(
|
|
76 |
textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
|
77 |
title=custom_title,
|
78 |
description="Green Greta ChatBot está aquí para responder todas tus preguntas y ayudarte a tomar decisiones más informadas sobre tu reciclaje.",
|
79 |
-
examples=["Hola, ¿cuál es tu nombre?", "
|
80 |
theme=theme,
|
81 |
fill_height=True,
|
82 |
submit_btn="Enviar",
|
|
|
76 |
textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
|
77 |
title=custom_title,
|
78 |
description="Green Greta ChatBot está aquí para responder todas tus preguntas y ayudarte a tomar decisiones más informadas sobre tu reciclaje.",
|
79 |
+
examples=["Hola, ¿cuál es tu nombre?", "¿Qué puedo hacer con ropa que ya no uso?", "¿Qué recursos educativos existen para aprender mas sobre sostenibilidad?"],
|
80 |
theme=theme,
|
81 |
fill_height=True,
|
82 |
submit_btn="Enviar",
|