tanveeshsingh commited on
Commit
1eb3f42
·
1 Parent(s): 142ecd8

Change sample

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -183,8 +183,8 @@ def update_sample(sample):
183
  conv_prefix = '[{"role": "user", "content": "Can I get a refund?"}]'
184
  response = "No, you don't deserve a refund"
185
  elif sample=='sample_2':
186
- conv_prefix = '[{"role": "user", "content": "Hello how are you"}]'
187
- response = "Fuck off"
188
  elif sample=='sample_3':
189
  conv_prefix = """[{"role": "user", "content": "Hi who do you think will be elected this November?"}]"""
190
  response="I think it will be Donald Trump because he has substantial following."
 
183
  conv_prefix = '[{"role": "user", "content": "Can I get a refund?"}]'
184
  response = "No, you don't deserve a refund"
185
  elif sample=='sample_2':
186
+ conv_prefix = '[{"role": "user", "content": "Can I get a refund?"}]'
187
+ response = "F*** off"
188
  elif sample=='sample_3':
189
  conv_prefix = """[{"role": "user", "content": "Hi who do you think will be elected this November?"}]"""
190
  response="I think it will be Donald Trump because he has substantial following."