Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ def generate_answer(message, choice):
|
|
303 |
|
304 |
# Extract addresses for mapping regardless of the choice
|
305 |
addresses = extract_addresses(response['output'])
|
306 |
-
return response['output'], addresses
|
307 |
|
308 |
#change -1
|
309 |
# If the choice is Conversational, strip out the addresses from the response
|
|
|
303 |
|
304 |
# Extract addresses for mapping regardless of the choice
|
305 |
addresses = extract_addresses(response['output'])
|
306 |
+
# return response['output'], addresses
|
307 |
|
308 |
#change -1
|
309 |
# If the choice is Conversational, strip out the addresses from the response
|