Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,10 +142,12 @@ chat = gr.ChatInterface(
|
|
| 142 |
title="📚 Biblioteca PRIMONDE",
|
| 143 |
description="Asistente virtual de la biblioteca",
|
| 144 |
chatbot=gr.Chatbot(
|
| 145 |
-
value=[
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
|
|
|
|
|
|
| 149 |
)
|
| 150 |
)
|
| 151 |
|
|
|
|
| 142 |
title="📚 Biblioteca PRIMONDE",
|
| 143 |
description="Asistente virtual de la biblioteca",
|
| 144 |
chatbot=gr.Chatbot(
|
| 145 |
+
value=[
|
| 146 |
+
{
|
| 147 |
+
"role": "assistant",
|
| 148 |
+
"content": "¡Hola! 😊 Soy tu asistente de la biblioteca 📚\n\nPuedes preguntarme cosas como:\n• “buscar libro 1984”\n• “horario de la biblioteca”\n• “necesito capacitación”\n\n¿En qué te ayudo?"
|
| 149 |
+
}
|
| 150 |
+
]
|
| 151 |
)
|
| 152 |
)
|
| 153 |
|