ECUiVADE commited on
Commit
155f1dd
1 Parent(s): 058bb0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ def generate(prompt, history):
160
 
161
  # yield response
162
 
163
- history.append((message,response))
164
  context += response
165
  print (context)
166
  return history
 
160
 
161
  # yield response
162
 
163
+ history.append((prompt,response))
164
  context += response
165
  print (context)
166
  return history