Pijush2023 commited on
Commit
a5dbb66
·
verified ·
1 Parent(s): fa3a33c

Update app.py

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