Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,6 @@ def chat(user_input, chat_history, current_step, user_context):
|
|
146 |
if current_step < len(preguntas):
|
147 |
siguiente_pregunta = preguntar_al_usuario(preguntas[current_step][1])
|
148 |
chat_history.append(("assistant", siguiente_pregunta))
|
149 |
-
else:
|
150 |
else:
|
151 |
resultado = predict_disponibilidad(user_context)
|
152 |
if "error" in resultado:
|
|
|
146 |
if current_step < len(preguntas):
|
147 |
siguiente_pregunta = preguntar_al_usuario(preguntas[current_step][1])
|
148 |
chat_history.append(("assistant", siguiente_pregunta))
|
|
|
149 |
else:
|
150 |
resultado = predict_disponibilidad(user_context)
|
151 |
if "error" in resultado:
|