adriansanz commited on
Commit
0db294f
·
verified ·
1 Parent(s): d483407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: