nlpblogs commited on
Commit
3697a18
·
verified ·
1 Parent(s): cdffc33

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -11,7 +11,7 @@ with st.sidebar:
11
  st.button("DEMO APP", type="primary")
12
 
13
 
14
- expander = st.expander("**Important notes on the AI Resume Analysis based on Keywords App**")
15
  expander.write('''
16
 
17
 
@@ -40,7 +40,7 @@ with st.sidebar:
40
 
41
 
42
 
43
- st.title("AI Resume Analysis based on Keywords App")
44
  st.divider()
45
 
46
  job = pd.Series(st.text_area("Paste the job description and then press Ctrl + Enter", key="job_desc"), name="Text")
 
11
  st.button("DEMO APP", type="primary")
12
 
13
 
14
+ expander = st.expander("**Important notes on the AI-powered Resume Analysis based on Keywords App**")
15
  expander.write('''
16
 
17
 
 
40
 
41
 
42
 
43
+ st.title("AI-powered Resume Analysis based on Keywords App")
44
  st.divider()
45
 
46
  job = pd.Series(st.text_area("Paste the job description and then press Ctrl + Enter", key="job_desc"), name="Text")