Spaces:
Sleeping
Sleeping
Commit
·
1eb3f42
1
Parent(s):
142ecd8
Change sample
Browse files
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": "
|
187 |
-
response = "
|
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."
|