Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -138,6 +138,8 @@ def generate_answer(message, choice):
|
|
138 |
# yield history
|
139 |
# if addresses:
|
140 |
# return history, addresses
|
|
|
|
|
141 |
def bot(history, choice):
|
142 |
if not history:
|
143 |
return history
|
|
|
138 |
# yield history
|
139 |
# if addresses:
|
140 |
# return history, addresses
|
141 |
+
|
142 |
+
|
143 |
def bot(history, choice):
|
144 |
if not history:
|
145 |
return history
|