Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,7 +65,7 @@ def chat_biblioteca(mensaje, historial=None):
|
|
| 65 |
return respuesta
|
| 66 |
|
| 67 |
# --- Interfaz ---
|
| 68 |
-
gr.
|
| 69 |
fn=chat_biblioteca,
|
| 70 |
title="📚 BiblioBot",
|
| 71 |
description="¡Bienvenido a BiblioBot! Pregunta sobre libros, horarios o servicios de biblioteca.",
|
|
|
|
| 65 |
return respuesta
|
| 66 |
|
| 67 |
# --- Interfaz ---
|
| 68 |
+
gr.ChatInterface(
|
| 69 |
fn=chat_biblioteca,
|
| 70 |
title="📚 BiblioBot",
|
| 71 |
description="¡Bienvenido a BiblioBot! Pregunta sobre libros, horarios o servicios de biblioteca.",
|