skadio commited on
Commit
1833bb6
1 Parent(s): d99bf21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,9 +23,9 @@ def load_models():
23
 
24
  def main():
25
 
26
- st.title("""Named Entity Recognition for Optimization (Ner4Opt) Demo""")
27
 
28
- st.markdown("""Source code for NER4OPT library is available at https://github.com/skadio/ner4opt""")
29
 
30
  option = st.sidebar.selectbox(
31
  'Select the model for extracting entities',
 
23
 
24
  def main():
25
 
26
+ st.title("""Ner4Opt: Named Entity Recognition for Optimization""")
27
 
28
+ st.markdown("""The source code for the Ner4Opt library is available at https://github.com/skadio/ner4opt""")
29
 
30
  option = st.sidebar.selectbox(
31
  'Select the model for extracting entities',