paloma99 commited on
Commit
e41b788
·
verified ·
1 Parent(s): b850ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",