alexkueck commited on
Commit
465461a
1 Parent(s): bcb5f4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -431,7 +431,7 @@ def generate_auswahl(prompt, file, chatbot, history, rag_option, model_option, o
431
  if shared_state.interrupted:
432
  shared_state.recover()
433
  try:
434
- yield chatbot, history "Stop: Success"
435
  except:
436
  pass
437
 
 
431
  if shared_state.interrupted:
432
  shared_state.recover()
433
  try:
434
+ yield chatbot, history, "Stop: Success"
435
  except:
436
  pass
437