Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -106,9 +106,7 @@ def generate_answer(message, choice):
|
|
106 |
|
107 |
# Extract addresses for mapping regardless of the choice
|
108 |
addresses = extract_addresses(response['output'])
|
109 |
-
|
110 |
-
generate_map(addresses)
|
111 |
-
return response['output']
|
112 |
|
113 |
def bot(history, choice):
|
114 |
if not history:
|
|
|
106 |
|
107 |
# Extract addresses for mapping regardless of the choice
|
108 |
addresses = extract_addresses(response['output'])
|
109 |
+
return response['output'], addresses
|
|
|
|
|
110 |
|
111 |
def bot(history, choice):
|
112 |
if not history:
|