Maria Tsilimos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -407,6 +407,7 @@ if st.button("Results"):
|
|
407 |
'**start**': ['index of the start of the corresponding entity']
|
408 |
|
409 |
'**end**': ['index of the end of the corresponding entity']
|
|
|
410 |
'**category**': ['the broader category this entity belongs to']
|
411 |
""")
|
412 |
|
|
|
407 |
'**start**': ['index of the start of the corresponding entity']
|
408 |
|
409 |
'**end**': ['index of the end of the corresponding entity']
|
410 |
+
|
411 |
'**category**': ['the broader category this entity belongs to']
|
412 |
""")
|
413 |
|