skadio commited on
Commit
9742260
·
1 Parent(s): 8cc0317

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def main():
25
 
26
  st.title("""Ner4Opt: Named Entity Recognition for Optimization""")
27
 
28
- st.markdown("""Given an optimization problem in natural language, the Ner4Opt library extracts optimization related entities from free-form text. 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',
 
25
 
26
  st.title("""Ner4Opt: Named Entity Recognition for Optimization""")
27
 
28
+ st.markdown("""Given an optimization problem in natural language, Ner4Opt extracts optimization related entities from free-form text. The source code for Ner4Opt is available at https://github.com/skadio/ner4opt""")
29
 
30
  option = st.sidebar.selectbox(
31
  'Select the model for extracting entities',