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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -71,6 +71,8 @@ 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
 
75
  chatbot_gradio_app = gr.ChatInterface(
76
  fn=echo,
 
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(
78
  fn=echo,