FelipeMena commited on
Commit
203174a
·
verified ·
1 Parent(s): ca2d1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ def chat_biblioteca(pregunta, historial):
64
 
65
  return historial + [[pregunta, respuesta]]
66
 
67
-
68
  # --- Interfaz ---
69
  gr.Interface(
70
  fn=chat_biblioteca,
 
64
 
65
  return historial + [[pregunta, respuesta]]
66
 
 
67
  # --- Interfaz ---
68
  gr.Interface(
69
  fn=chat_biblioteca,