diff --git a/src/WorkingCode.py b/src/WorkingCode.py index 7bc7095..ca1eaed 100644 --- a/src/WorkingCode.py +++ b/src/WorkingCode.py @@ -2,7 +2,6 @@ import os import re import streamlit as st -from fuzzywuzzy import fuzz # Load the NLP model nlp = spacy.load("en_core_web_sm")