rwayz commited on
Commit
53ece29
·
verified ·
1 Parent(s): 885cb8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -34,6 +34,8 @@ def chatbot_response(user_input):
34
  "Resposta": response,
35
  "Tempo de Resposta (s)": round(end_time - start_time, 2)
36
  })
 
 
37
 
38
  return response
39
 
 
34
  "Resposta": response,
35
  "Tempo de Resposta (s)": round(end_time - start_time, 2)
36
  })
37
+
38
+ print(history_log)
39
 
40
  return response
41