Spaces:
Sleeping
Sleeping
Yingxu He
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def bot(history):
|
|
53 |
|
54 |
for chunk in chain.stream({"text": user_message}):
|
55 |
print(chunk)
|
56 |
-
history[-1][1] += chunk["
|
57 |
yield history
|
58 |
|
59 |
|
|
|
53 |
|
54 |
for chunk in chain.stream({"text": user_message}):
|
55 |
print(chunk)
|
56 |
+
history[-1][1] += chunk["text"]
|
57 |
yield history
|
58 |
|
59 |
|