lfcc commited on
Commit
7a61d0e
1 Parent(s): f0d8c7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -358,7 +358,7 @@ def annotateEvents(text,squad,window):
358
 
359
  #"A Joana foi atacada pelo João nas ruas do Porto, com uma faca."
360
 
361
- st.title('Extract Events')
362
 
363
  st.text('This event extraction system is composed by Question Answering models that were trained with the ACE-2005-PT corpus, a Portuguese translation of ACE-2005.')
364
 
 
358
 
359
  #"A Joana foi atacada pelo João nas ruas do Porto, com uma faca."
360
 
361
+ st.title('Event Extractor for Portuguese')
362
 
363
  st.text('This event extraction system is composed by Question Answering models that were trained with the ACE-2005-PT corpus, a Portuguese translation of ACE-2005.')
364