FelipeMena commited on
Commit
8a30239
·
verified ·
1 Parent(s): 8921965

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def chat_biblioteca(mensaje, historial=None):
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.",
 
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.",