nlpblogs commited on
Commit
b196e5a
·
verified ·
1 Parent(s): af06f03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ with st.sidebar:
12
  st.button("DEMO APP", type="primary")
13
 
14
 
15
- expander = st.expander("**Important notes on the AI Resume Analysis based on Keywords App**")
16
  expander.write('''
17
 
18
 
@@ -44,7 +44,7 @@ with st.sidebar:
44
 
45
 
46
  model = SentenceTransformer("all-mpnet-base-v2")
47
- st.title("AI Resume Analysis based on Keywords App")
48
  st.divider()
49
  job_desc = st.text_area("Paste the job description and then press Ctrl + Enter", key="job_desc")
50
 
 
12
  st.button("DEMO APP", type="primary")
13
 
14
 
15
+ expander = st.expander("**Important notes on the AI Resume Analysis based on Sentence Similarity App**")
16
  expander.write('''
17
 
18
 
 
44
 
45
 
46
  model = SentenceTransformer("all-mpnet-base-v2")
47
+ st.title("AI Resume Analysis based on Sentence Similarity App")
48
  st.divider()
49
  job_desc = st.text_area("Paste the job description and then press Ctrl + Enter", key="job_desc")
50