Update ✨Entity Linking Application✨.py
Browse files
✨Entity Linking Application✨.py
CHANGED
@@ -298,7 +298,7 @@ def main_cli():
|
|
298 |
if input_sentence_user and input_mention_user:
|
299 |
# check if the mention is in the sentence
|
300 |
if input_mention_user in input_sentence_user:
|
301 |
-
with st.spinner("Applying Data Normalization module... (1/5)")
|
302 |
# Data Normalization
|
303 |
start_time = time.time()
|
304 |
|
|
|
298 |
if input_sentence_user and input_mention_user:
|
299 |
# check if the mention is in the sentence
|
300 |
if input_mention_user in input_sentence_user:
|
301 |
+
with st.spinner("Applying Data Normalization module... (1/5)"):
|
302 |
# Data Normalization
|
303 |
start_time = time.time()
|
304 |
|