Pijush2023 commited on
Commit
e6b27f2
·
verified ·
1 Parent(s): f8438f3

Update app.py

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