Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ def echo(message, history):
|
|
71 |
return message
|
72 |
|
73 |
custom_desc_chat = "<span style='font-size: 16px; color: rgb(243, 239, 224);'>Green Greta ChatBot está aquí para responder todas tus preguntas y ayudarte a tomar decisiones más informadas sobre tu reciclaje.</span>"
|
74 |
-
css = ".gradio-container {body_text_color_subdued: #4e6339}"
|
75 |
|
76 |
|
77 |
chatbot_gradio_app = gr.ChatInterface(
|
@@ -80,8 +79,7 @@ chatbot_gradio_app = gr.ChatInterface(
|
|
80 |
textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
|
81 |
title=custom_title,
|
82 |
description=custom_desc_chat,
|
83 |
-
examples=[
|
84 |
-
css=css,
|
85 |
theme=theme,
|
86 |
fill_height=True,
|
87 |
submit_btn="Enviar",
|
|
|
71 |
return message
|
72 |
|
73 |
custom_desc_chat = "<span style='font-size: 16px; color: rgb(243, 239, 224);'>Green Greta ChatBot está aquí para responder todas tus preguntas y ayudarte a tomar decisiones más informadas sobre tu reciclaje.</span>"
|
|
|
74 |
|
75 |
|
76 |
chatbot_gradio_app = gr.ChatInterface(
|
|
|
79 |
textbox=gr.Textbox(placeholder="Hazme una pregunta sobre reciclaje...", scale=7),
|
80 |
title=custom_title,
|
81 |
description=custom_desc_chat,
|
82 |
+
examples=[<span style='color: #4e6339;'>Hola, ¿cuál es tu nombre?</span>, <span style='color: #4e6339;'>¿Qué puedo hacer con ropa que ya no uso?</span>, <span style='color: #4e6339;'>¿Qué recursos educativos existen para aprender mas sobre sostenibilidad?</span>],
|
|
|
83 |
theme=theme,
|
84 |
fill_height=True,
|
85 |
submit_btn="Enviar",
|