ECUiVADE commited on
Commit
2792094
·
verified ·
1 Parent(s): 95de892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def generate(prompt, history):
163
  history.append((prompt, response))
164
  context += response
165
  print (context)
166
- return history
167
 
168
  else:
169
  output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
 
163
  history.append((prompt, response))
164
  context += response
165
  print (context)
166
+ return response
167
 
168
  else:
169
  output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "