Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def random_next(num_examples=5):
|
|
42 |
return data_tuple
|
43 |
|
44 |
def gen_template(crime_descrip, element, tag):
|
45 |
-
INTRO_BLURB = "The following is a description of the crime in the verdict. Write a response for the element of crime and its tag that appropriately completes the request."
|
46 |
DESCRIPT_KEY = "### Description:"
|
47 |
ELEMENT_KEY = "### Element:"
|
48 |
TAG_KEY = "### Tag:"
|
|
|
42 |
return data_tuple
|
43 |
|
44 |
def gen_template(crime_descrip, element, tag):
|
45 |
+
INTRO_BLURB = "The following is a description of the crime in the verdict. Write a response for the legal element of crime and its tag that appropriately completes the request."
|
46 |
DESCRIPT_KEY = "### Description:"
|
47 |
ELEMENT_KEY = "### Element:"
|
48 |
TAG_KEY = "### Tag:"
|