palitrajarshi commited on
Commit
c80f969
β€’
1 Parent(s): 9722997

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def main():
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)
21
  pdf = st.file_uploader("Upload resumes here, only PDF files allowed", type=["pdf"],accept_multiple_files=True)
 
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)
21
  pdf = st.file_uploader("Upload resumes here, only PDF files allowed", type=["pdf"],accept_multiple_files=True)