avizard commited on
Commit
ec7518a
1 Parent(s): 3f79331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -61,11 +61,7 @@ submit2 = st.button("Percentage match with the job description")
61
 
62
  if uploaded_file is not None:
63
  resume_text = extract_text_from_pdf(uploaded_file)
64
- st.write("Resume Text:")
65
- st.write(resume_text)
66
- st.write("Job Description:")
67
- st.write(input_text)
68
-
69
  if submit1:
70
  response = get_openai_response(input_text, resume_text, "evaluation")
71
  st.subheader("The Response is:")
 
61
 
62
  if uploaded_file is not None:
63
  resume_text = extract_text_from_pdf(uploaded_file)
64
+
 
 
 
 
65
  if submit1:
66
  response = get_openai_response(input_text, resume_text, "evaluation")
67
  st.subheader("The Response is:")