Mapu25 commited on
Commit
2d82370
verified
1 Parent(s): f4d4839

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def generar_link_primo(consulta):
151
 
152
  # 馃 Funci贸n principal
153
  def responder(mensaje, historial):
154
- mensaje = mensaje.lower()
155
  historial_global.append(mensaje)
156
 
157
  respuestas = []
 
151
 
152
  # 馃 Funci贸n principal
153
  def responder(mensaje, historial):
154
+ mensaje = mensaje.lower().strip()
155
  historial_global.append(mensaje)
156
 
157
  respuestas = []