Pijush2023 commited on
Commit
b5aca1d
·
verified ·
1 Parent(s): b42a16f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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