jslin09 commited on
Commit
ac375bc
1 Parent(s): 39d12cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:"