alexkueck commited on
Commit
bcb5f4e
1 Parent(s): e1c664b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -427,7 +427,7 @@ def generate_auswahl(prompt, file, chatbot, history, rag_option, model_option, o
427
  for character in result:
428
  chatbot[-1][1] += character
429
  time.sleep(0.03)
430
- yield chatbot, history "Generating"
431
  if shared_state.interrupted:
432
  shared_state.recover()
433
  try:
 
427
  for character in result:
428
  chatbot[-1][1] += character
429
  time.sleep(0.03)
430
+ yield chatbot, history, "Generating"
431
  if shared_state.interrupted:
432
  shared_state.recover()
433
  try: