Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def add_text(history, text):
|
|
38 |
|
39 |
def bot(history):
|
40 |
response = infer(history[-1][0])
|
41 |
-
history[-1][1] = response
|
42 |
return history
|
43 |
|
44 |
def infer(question):
|
|
|
38 |
|
39 |
def bot(history):
|
40 |
response = infer(history[-1][0])
|
41 |
+
history[-1][1] = response
|
42 |
return history
|
43 |
|
44 |
def infer(question):
|