OuroborosM commited on
Commit
50e8391
·
1 Parent(s): 7b95974

add delay for source

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -65,6 +65,7 @@ def chathmi(message, history):
65
  time.sleep(0.3)
66
  print(history)
67
  yield response
 
68
  yield source
69
  # yield history
70
 
 
65
  time.sleep(0.3)
66
  print(history)
67
  yield response
68
+ time.sleep(0.5)
69
  yield source
70
  # yield history
71