Maria Tsilimos commited on
Commit
8d11877
·
unverified ·
1 Parent(s): 32a0edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ expander = st.expander("**Important notes on the 4-Scandinavian Named Entity Rec
35
  expander.write('''
36
  **Named Entities:** This 4-Scandinavian Named Entity Recognition Web App predicts four (4) labels (“PER: person”, “LOC: location”, “ORG: organization”, “MISC: miscellaneous”). Results are presented in an easy-to-read table, visualized in an interactive tree map, pie chart, and bar chart, and are available for download along with a Glossary of tags.
37
 
38
- **How to Use:** Upload your .pdf or .docx file. Then, click the 'Results' button to extract and tag entities in your text data.
39
 
40
  **Usage Limits:** You can request results up to 10 times.
41
 
 
35
  expander.write('''
36
  **Named Entities:** This 4-Scandinavian Named Entity Recognition Web App predicts four (4) labels (“PER: person”, “LOC: location”, “ORG: organization”, “MISC: miscellaneous”). Results are presented in an easy-to-read table, visualized in an interactive tree map, pie chart, and bar chart, and are available for download along with a Glossary of tags.
37
 
38
+ **How to Use:** Paste a URL, and then press Enter. If you type or paste text, just press Ctrl + Enter.
39
 
40
  **Usage Limits:** You can request results up to 10 times.
41