Spaces:
Runtime error
Runtime error
Commit
Β·
cd4a4f2
1
Parent(s):
f03b97c
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ nlp = spacy.load("en_core_web_sm")
|
|
16 |
ruler = nlp.add_pipe("entity_ruler", before="ner")
|
17 |
ruler.from_disk("patterns.jsonl")
|
18 |
|
19 |
-
description = "Built with love π Python, Spacy, Streamlit and
|
20 |
text = st.text_area(label='Job Description', value=description, placeholder='Please enter a job description')
|
21 |
|
22 |
doc = nlp(text)
|
|
|
16 |
ruler = nlp.add_pipe("entity_ruler", before="ner")
|
17 |
ruler.from_disk("patterns.jsonl")
|
18 |
|
19 |
+
description = "Built with love π Python, Spacy, Streamlit and Huggingface π€"
|
20 |
text = st.text_area(label='Job Description', value=description, placeholder='Please enter a job description')
|
21 |
|
22 |
doc = nlp(text)
|