palitrajarshi commited on
Commit
cab0ef7
β€’
1 Parent(s): b71967f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -12,8 +12,9 @@ def main():
12
  st.title("HR - Resume Screening Assistance...πŸ’ ")
13
  st.subheader("I can help you in resume screening process")
14
 
15
- st.sidebar.title("😎")
16
-
 
17
  job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
18
  document_count = st.text_input("No.of 'RESUMES' to return",key="2")
19
  # Upload the Resumes (pdf files)
 
12
  st.title("HR - Resume Screening Assistance...πŸ’ ")
13
  st.subheader("I can help you in resume screening process")
14
 
15
+ #st.sidebar.title("😎")
16
+ st.sidebar.image('./resume_screening.jpg',width=300, use_column_width=True)
17
+
18
  job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
19
  document_count = st.text_input("No.of 'RESUMES' to return",key="2")
20
  # Upload the Resumes (pdf files)