Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,9 +23,9 @@ def load_models():
|
|
| 23 |
|
| 24 |
def main():
|
| 25 |
|
| 26 |
-
st.title("""Named Entity Recognition for Optimization
|
| 27 |
|
| 28 |
-
st.markdown("""
|
| 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',
|