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