fabiod20 commited on
Commit
d0bd8fb
1 Parent(s): 0174544

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ entity_list += f"{css['entity_tag'].replace('#xxxxxx',background_colors_entity_t
55
  entity_list += "'>SENTENZA</span>"
56
 
57
  title = "NER for Italian Legal Documents"
58
- description = "This application shows a Named Entity Recognition (NER) model capable of extracting entities of interest (e.g. claimant, defendant, layer and court) from Italian civil judgments issued by the Corte Suprema di Cassazione."
59
  article = f"<div>Named Entities: {entity_list}</div>"
60
 
61
  examples = [
 
55
  entity_list += "'>SENTENZA</span>"
56
 
57
  title = "NER for Italian Legal Documents"
58
+ description = "This application shows a Named Entity Recognition (NER) model capable of extracting entities of interest (e.g. claimant, defendant, lawyer and court) from Italian civil judgments issued by the Corte Suprema di Cassazione."
59
  article = f"<div>Named Entities: {entity_list}</div>"
60
 
61
  examples = [