mertguvencli commited on
Commit
cd4a4f2
Β·
1 Parent(s): f03b97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Hugging Face πŸ€—"
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)