skadio commited on
Commit
51b35e3
1 Parent(s): 9742260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def main():
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',
32
  ('Lexical', 'Lexical Plus', 'Semantic', 'Hybrid'))
33
 
34
  text = st.text_area(
 
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 a lexical, semantic, or hybrid model for extracting entities',
32
  ('Lexical', 'Lexical Plus', 'Semantic', 'Hybrid'))
33
 
34
  text = st.text_area(