ysharma HF staff commited on
Commit
14a1ea7
1 Parent(s): 71f48b3

update delete

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def delete_last_turn(chat, history):
144
  if chat and history:
145
  chat.pop(-1)
146
  history.pop(-1)
147
- history.pop(-1)
148
  return chat, history
149
 
150
 
 
144
  if chat and history:
145
  chat.pop(-1)
146
  history.pop(-1)
147
+ #history.pop(-1)
148
  return chat, history
149
 
150