Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = []
|