Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|