alexkueck commited on
Commit
a58886b
1 Parent(s): aa80e7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -241,7 +241,6 @@ def generate_auswahl(prompt, file, chatbot, history, rag_option, model_option, o
241
  chatbot[-1][1] = ""
242
  for character in result:
243
  chatbot[-1][1] += character
244
- history[-1][1] += character
245
  time.sleep(0.03)
246
  yield chatbot, history, None, "Generating"
247
  if shared_state.interrupted:
 
241
  chatbot[-1][1] = ""
242
  for character in result:
243
  chatbot[-1][1] += character
 
244
  time.sleep(0.03)
245
  yield chatbot, history, None, "Generating"
246
  if shared_state.interrupted: