inclusive-ml commited on
Commit
5d45578
·
1 Parent(s): d98b60a
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import spacy
4
  from spacy import displacy
5
  import plotly.express as px
6
  import numpy as np
7
- st.set_page_config(page_title="NLP Prototype")
8
- st.title("Natural Language Processing Prototype")
9
  st.write("_This web application is intended for educational use, please do not upload any sensitive information._")
10
  st.write("- __Named Entity Recognition:__ Identifying all geopolitical entities, organizations, people, locations, or dates in a body of text.")
11
  option = st.selectbox('Please select from the list',('','Named Entity Recognition'))
 
4
  from spacy import displacy
5
  import plotly.express as px
6
  import numpy as np
7
+ st.set_page_config(page_title="Named Entity Recognition")
8
+ st.title("Named Entity Recognition")
9
  st.write("_This web application is intended for educational use, please do not upload any sensitive information._")
10
  st.write("- __Named Entity Recognition:__ Identifying all geopolitical entities, organizations, people, locations, or dates in a body of text.")
11
  option = st.selectbox('Please select from the list',('','Named Entity Recognition'))