ECUiVADE commited on
Commit
7094ab5
·
verified ·
1 Parent(s): 85969e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -196,11 +196,11 @@ def generate(prompt, history):
196
  context += response
197
 
198
  print (context)
199
- yield [("User", prompt), ("Barry", response.strip())]
200
 
201
  else:
202
  output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
203
- yield [("System", "Please agree to the terms and conditions to start chatting.")]
204
 
205
 
206
  def submit_user_info(name,occupation,yearsofexp,ethnicity,gender,age):
 
196
  context += response
197
 
198
  print (context)
199
+ yield [(prompt,response)]
200
 
201
  else:
202
  output = "Did you forget to enter your Details? Please go to the User Info Tab and Input your data. "
203
+ yield [("Please agree to the terms and conditions to start chatting.")]
204
 
205
 
206
  def submit_user_info(name,occupation,yearsofexp,ethnicity,gender,age):