palitrajarshi commited on
Commit
bbcccc6
โ€ข
1 Parent(s): 9a3e0c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,6 +12,8 @@ def main():
12
  st.title("HR - Resume Screening Assistance...๐Ÿ’ ")
13
  st.subheader("I can help you in resume screening process")
14
 
 
 
15
  job_description = st.text_area("Please paste the 'JOB DESCRIPTION' here...",key="1")
16
  document_count = st.text_input("No.of 'RESUMES' to return",key="2")
17
  # 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
+
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)