Update app.py
Browse files
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
|
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
|
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 |
|