amitguptaforwork commited on
Commit
5bf1e71
·
verified ·
1 Parent(s): 3856597

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def llm_response(message, history):
83
  print("________________________________")
84
  print(parsed_response)
85
  print("________________________________")
86
-
87
  history.append({"role": "assistant", "content": parsed_response['content']})
88
  if parsed_response['step'] == 'result':
89
  #We print how much time it took to get the final result
 
83
  print("________________________________")
84
  print(parsed_response)
85
  print("________________________________")
86
+ time.sleep(2)
87
  history.append({"role": "assistant", "content": parsed_response['content']})
88
  if parsed_response['step'] == 'result':
89
  #We print how much time it took to get the final result