Update app.py
Browse files
app.py
CHANGED
@@ -188,12 +188,12 @@ chatbot_gradio_app = gr.ChatInterface(
|
|
188 |
banner_tab_content = """
|
189 |
<div style="background-color: #f0f0f0;text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center;">
|
190 |
<img src="https://huggingface.co/spaces/rocioadlc/test_4/resolve/main/front.jpg" alt="Banner Image" style="width: 50%; max-width: 500px;">
|
191 |
-
<h1 style="font-size: 24px; color:
|
192 |
-
<p style="font-size: 16px; color:
|
193 |
-
<p style="font-size: 16px; color:
|
194 |
<ul style="list-style-type: disc; text-align: justify; margin-top: 20px; padding-left: 20px;">
|
195 |
-
<li style="font-size: 16px; color:
|
196 |
-
<li style="font-size: 16px; color:
|
197 |
</ul>
|
198 |
</div>
|
199 |
"""
|
|
|
188 |
banner_tab_content = """
|
189 |
<div style="background-color: #f0f0f0;text-align: center; padding: 20px; display: flex; flex-direction: column; align-items: center;">
|
190 |
<img src="https://huggingface.co/spaces/rocioadlc/test_4/resolve/main/front.jpg" alt="Banner Image" style="width: 50%; max-width: 500px;">
|
191 |
+
<h1 style="font-size: 24px; color: green; margin-top: 20px;">¡Bienvenido a nuestro clasificador de imágenes y chatbot para un reciclaje más inteligente!</h1>
|
192 |
+
<p style="font-size: 16px; color: green;text-align: justify;">¿Alguna vez te has preguntado si puedes reciclar un objeto en particular? ¿O te has sentido abrumado por la cantidad de residuos que generas y no sabes cómo manejarlos de manera más sostenible? ¡Estás en el lugar correcto!</p>
|
193 |
+
<p style="font-size: 16px; color: green;text-align: justify;">Nuestra plataforma combina la potencia de la inteligencia artificial con la comodidad de un chatbot para brindarte respuestas rápidas y precisas sobre qué objetos son reciclables y cómo hacerlo de la manera más eficiente.</p>
|
194 |
<ul style="list-style-type: disc; text-align: justify; margin-top: 20px; padding-left: 20px;">
|
195 |
+
<li style="font-size: 16px; color: green;">Green Greta Image Classification: Simplemente carga una foto del objeto que quieras reciclar, y nuestro modelo de identificará de que se trata para que puedas desecharlo adecuadamente.</li>
|
196 |
+
<li style="font-size: 16px; color: green;">Green Greta Chat: ¿Tienes preguntas sobre reciclaje, materiales específicos o prácticas sostenibles? ¡Pregunta a nuestro chatbot! Está aquí para responder todas tus preguntas y ayudarte a tomar decisiones más informadas sobre tu reciclaje.</li>
|
197 |
</ul>
|
198 |
</div>
|
199 |
"""
|