inclusive-ml commited on
Commit
368e2c2
·
1 Parent(s): 9dbdd10
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ 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
 
12
  @st.cache(allow_output_mutation=True, show_spinner=False)
13
  def Loading_NLP():
 
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("Identifying all geopolitical entities, organizations, people, locations, or dates in a body of text.")
11
 
12
  @st.cache(allow_output_mutation=True, show_spinner=False)
13
  def Loading_NLP():