Update app.py
Browse files
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 |
|