Unknown92 commited on
Commit
f0f41d5
·
1 Parent(s): c50d1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -16,7 +16,6 @@ st.title("Resume Matcher")
16
 
17
  model = load_model()
18
 
19
-
20
  jd = st.text_area("Enter the Job Description:", height=200)
21
  resume = st.text_area("Enter the Resume:", height=200)
22
 
 
16
 
17
  model = load_model()
18
 
 
19
  jd = st.text_area("Enter the Job Description:", height=200)
20
  resume = st.text_area("Enter the Resume:", height=200)
21