Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,7 @@ chatbot_gradio_app = gr.ChatInterface(
|
|
81 |
title=custom_title,
|
82 |
description=custom_desc_chat,
|
83 |
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?"],
|
|
|
84 |
theme=theme,
|
85 |
fill_height=True,
|
86 |
submit_btn="Enviar",
|
|
|
81 |
title=custom_title,
|
82 |
description=custom_desc_chat,
|
83 |
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?"],
|
84 |
+
css=css
|
85 |
theme=theme,
|
86 |
fill_height=True,
|
87 |
submit_btn="Enviar",
|