avizard commited on
Commit
1e74f1e
1 Parent(s): c3fd3dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,12 +44,11 @@ uploaded_file = st.file_uploader("Upload your resume (only PDFs are supported)..
44
 
45
  if uploaded_file is not None:
46
  st.write("Resume uploaded successfully")
47
-
48
  submit1=st.button("Tell me about the resume")
49
 
50
  submit2=st.button("Percentage match with the job description")
51
 
52
-
53
  input_prompt1 = """
54
  You are an experienced Technical Human Resource Manager,your task is to review the provided resume against the job description.
55
  Please share your professional evaluation on whether the candidate's profile aligns with the role.
 
44
 
45
  if uploaded_file is not None:
46
  st.write("Resume uploaded successfully")
47
+
48
  submit1=st.button("Tell me about the resume")
49
 
50
  submit2=st.button("Percentage match with the job description")
51
 
 
52
  input_prompt1 = """
53
  You are an experienced Technical Human Resource Manager,your task is to review the provided resume against the job description.
54
  Please share your professional evaluation on whether the candidate's profile aligns with the role.