Spaces:
Sleeping
Sleeping
Yingxu He
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def bot(history):
|
|
51 |
response = infer(history[-1][0])
|
52 |
history[-1][1] = response
|
53 |
|
54 |
-
return
|
55 |
|
56 |
|
57 |
def infer(question):
|
|
|
51 |
response = infer(history[-1][0])
|
52 |
history[-1][1] = response
|
53 |
|
54 |
+
return history
|
55 |
|
56 |
|
57 |
def infer(question):
|