Update app.py
Browse files
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,
|
| 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',
|