paloma99 commited on
Commit
8bb1f54
·
verified ·
1 Parent(s): f70e55b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?", "Greta, ¿cómo puedo reciclar cajas?", "¿Qué puedo hacer con ropa que ya no uso?"],
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",