Maria Tsilimos commited on
Commit
a5aebb6
·
unverified ·
1 Parent(s): 652c80c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("Italian URL & TXT Entity Finder",
138
- "https://nlpblogs.com/shop/named-entity-recognition-ner/monolingual-ner-web-apps/italian-url-txt-entity-finder/",
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
+