ffreemt commited on
Commit
bd5dfd2
·
1 Parent(s): c90a13a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def bot(history):
220
  f"{atime.duration/len(''.join(response)):.1f}s/char)" # type: ignore
221
  )
222
 
223
- history[-1][1] = "".join(response)
224
  yield history
225
 
226
 
 
220
  f"{atime.duration/len(''.join(response)):.1f}s/char)" # type: ignore
221
  )
222
 
223
+ history[-1][1] = "".join(response) + f"\n{_}"
224
  yield history
225
 
226