Maria Tsilimos
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ with st.sidebar:
|
|
134 |
"extracting and tagging entities in text data. Entities can be persons, "
|
135 |
"organizations, locations, countries, products, events etc.")
|
136 |
st.subheader("Related NLP Web Apps", divider="orange")
|
137 |
-
st.link_button("
|
138 |
-
"https://nlpblogs.com/shop/named-entity-recognition-ner/
|
139 |
type="primary")
|
140 |
|
141 |
|
@@ -406,3 +406,4 @@ if st.button("Results"):
|
|
406 |
elapsed_time = end_time - start_time
|
407 |
st.info(f"Results processed in **{elapsed_time:.2f} seconds**.")
|
408 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
|
|
|
134 |
"extracting and tagging entities in text data. Entities can be persons, "
|
135 |
"organizations, locations, countries, products, events etc.")
|
136 |
st.subheader("Related NLP Web Apps", divider="orange")
|
137 |
+
st.link_button("Build an Italian Entity Finder",
|
138 |
+
"https://nlpblogs.com/shop/named-entity-recognition-ner/build-an-italian-entity-finder/",
|
139 |
type="primary")
|
140 |
|
141 |
|
|
|
406 |
elapsed_time = end_time - start_time
|
407 |
st.info(f"Results processed in **{elapsed_time:.2f} seconds**.")
|
408 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
409 |
+
|